<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiharunpo</author_name>
  <author_url>https://blog.hatena.ne.jp/chiharunpo/</author_url>
  <blog_title>Chiharu の日記</blog_title>
  <blog_url>https://chiharunpo.hatenablog.com/</blog_url>
  <categories>
    <anon>Parallel force - パラレル・フォース</anon>
    <anon>C++</anon>
  </categories>
  <description>公開中のデモについて、Atom や Core i7 では SSE2 適用でとても高速化するのですが、Core 2 であまり速くならず、何故だろうとインテル最適化マニュアルを紐解いてみると、あらなんと。Core 2 では XMM レジスタを使用した演算が、それ以前のアーキテクチャよりも高速化されているものの、パック、アンパック、シャッフル、シフトはその対象外だったのですね。BGR イメージの描画処理では、アンパックとシフトを使いまくりですので、なかなか速度が上がらなかったと。 んー。ためしに SSSE3 の _mm_shuffle_epi8 を使ってみました。4 画素あたり 3 回分のシフトとア…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchiharunpo.hatenablog.com%2Fentry%2F20101008%2F1295165861&quot; title=&quot;Parallel force - パラレル・フォース 〜SIMD まだまだ - Chiharu の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-10-08 17:17:41</published>
  <title>Parallel force - パラレル・フォース 〜SIMD まだまだ</title>
  <type>rich</type>
  <url>https://chiharunpo.hatenablog.com/entry/20101008/1295165861</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
