<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.baszerr.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>BaSzErr - blog:2011:04:27</title>
        <description></description>
        <link>https://www.baszerr.eu/</link>
        <lastBuildDate>Thu, 07 May 2026 04:46:42 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://www.baszerr.eu/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>BaSzErr</title>
            <link>https://www.baszerr.eu/</link>
        </image>
        <item>
            <title>1</title>
            <link>https://www.baszerr.eu/doku.php?id=blog:2011:04:27:1</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;vector_operations&quot;&gt;2011.04.27 - vector operations&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
today i went through few presentation regarding vector computations on x86 &lt;a href=&quot;http://people.redhat.com/drepper/summit09-stream.pdf&quot; class=&quot;urlextern&quot; title=&quot;http://people.redhat.com/drepper/summit09-stream.pdf&quot; rel=&quot;ugc nofollow&quot;&gt;1&lt;/a&gt; &lt;a href=&quot;http://people.redhat.com/drepper/lt2009.pdf&quot; class=&quot;urlextern&quot; title=&quot;http://people.redhat.com/drepper/lt2009.pdf&quot; rel=&quot;ugc nofollow&quot;&gt;2&lt;/a&gt; &lt;a href=&quot;http://people.redhat.com/drepper/parallelprog.pdf&quot; class=&quot;urlextern&quot; title=&quot;http://people.redhat.com/drepper/parallelprog.pdf&quot; rel=&quot;ugc nofollow&quot;&gt;3&lt;/a&gt;, which nowadays mostly means using &lt;a href=&quot;https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions&quot;&gt;SSE&lt;/a&gt; instructions. author suggests that most of the times it has to be used explicitly, in order to be used at all. to be honest i haven&amp;#039;t used these instructions in real-life applications yet. it can be an interesting topic to learn, though, honestly in any more complicated code i&amp;#039;d prefer to relay on some good library to do this for me. &lt;a href=&quot;https://en.wikipedia.org/wiki/C++&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/C++&quot;&gt;C++&lt;/a&gt;&amp;#039;s templates is mechanism good enough to hide these details. if you add &lt;a href=&quot;https://en.wikipedia.org/wiki/C++0x&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/C++0x&quot;&gt;C++0x&lt;/a&gt; features like rvalue reference, you&amp;#039;re home.
&lt;/p&gt;

&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 15 Jun 2021 20:09:39 +0000</pubDate>
        </item>
    </channel>
</rss>
