<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>PrimeNumber</author_name>
  <author_url>https://blog.hatena.ne.jp/PrimeNumber/</author_url>
  <blog_title>prime's diary</blog_title>
  <blog_url>https://primenumber.hatenadiary.jp/</blog_url>
  <categories>
    <anon>ビット演算</anon>
  </categories>
  <description>この記事はビット演算テクニック Advent Calendar 2016 www.adventar.org の11日目の記事です。 ビット単位のunpack C++の固定長ビット配列を扱うクラスstd::bitsetを例として解説します。 std::bitset&lt;128&gt; unpacklo(const std::bitset&lt;128&gt; &amp;a, const std::bitset&lt;128&gt; &amp;b) { std::bitset&lt;128&gt; result; for (int i = 0; i &lt; 64; ++i) { result[2*i] = a[i]; result[2*i+1] = b[i]; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fprimenumber.hatenadiary.jp%2Fentry%2F2016%2F12%2F11%2F214055&quot; title=&quot;pclmulqdqを用いたビット単位のunpack【ビット演算テクニック Advent Calendar 2016 11日目】 - prime&amp;#39;s diary&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>http://chart.apis.google.com/chart?cht=tx&amp;chl=%7BGF%282%5Ek%29%7D</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-12-11 21:40:55</published>
  <title>pclmulqdqを用いたビット単位のunpack【ビット演算テクニック Advent Calendar 2016 11日目】</title>
  <type>rich</type>
  <url>https://primenumber.hatenadiary.jp/entry/2016/12/11/214055</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
