<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>studiokingyo</author_name>
  <author_url>https://blog.hatena.ne.jp/studiokingyo/</author_url>
  <blog_title>プログラミングの作業に何の価値も見出せなくなってしまったd金魚による日記</blog_title>
  <blog_url>https://studiokingyo.hatenadiary.org/</blog_url>
  <categories>
    <anon>Program</anon>
    <anon>他力本願</anon>
  </categories>
  <description>http://d.hatena.ne.jp/studiokingyo/20060415#p2 で読んだ記事から PSHUFWという命令を使うとエンディアン変換が高速化されるとの事を聞いたので試してみた。 実装は以下のような感じだ。#define dkcmREVERSE_ENDIAN32(x) \ ( (x &lt;&lt; 24) | ( (x &amp; 0x0000ff00) &lt;&lt; 8) | ( (x &amp; 0x00ff0000) &gt;&gt; 8 ) | (x &gt;&gt; 24) )# define dkcmREVERSE_ENDIAN64(x) (\ (ULONGLONG)dkcmREVERSE_ENDIAN32( (D…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fstudiokingyo.hatenadiary.org%2Fentry%2F20060421%2Fp1&quot; title=&quot;64bit整数のエンディアン変換の高速化 - プログラミングの作業に何の価値も見出せなくなってしまったd金魚による日記&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>2006-04-21 00:00:00</published>
  <title>64bit整数のエンディアン変換の高速化</title>
  <type>rich</type>
  <url>https://studiokingyo.hatenadiary.org/entry/20060421/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
