<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>any-programming</author_name>
  <author_url>https://blog.hatena.ne.jp/any-programming/</author_url>
  <blog_title>何でもプログラミング</blog_title>
  <blog_url>https://any-programming.hatenablog.com/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>SSE</anon>
  </categories>
  <description>下記記事にてアラインされたstd::vectorを作成する方法を記述しました。 アラインされたstd::vector - 何でもプログラミング今回はそれを利用して、SSEで簡単な画像処理を行ってみます。 準備 今回はintrinsicを用いて実装するため、#include します。また記述の簡便化のため、aligned_vectorを定義しておきます。 #include &lt;intrin.h&gt; template&lt;class T&gt; using aligned_vector = std::vector&lt;T, AlignedAllocator&lt;T, 16&gt;&gt;; ただのコピー レジスタに転送、取得を行う…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fany-programming.hatenablog.com%2Fentry%2F2017%2F05%2F01%2F141141&quot; title=&quot;SSEで画像処理 --- 導入 - 何でもプログラミング&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>https://cdn-ak.f.st-hatena.com/images/fotolife/a/any-programming/20170319/20170319005947.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-05-01 14:11:41</published>
  <title>SSEで画像処理 --- 導入</title>
  <type>rich</type>
  <url>https://any-programming.hatenablog.com/entry/2017/05/01/141141</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
