<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pyopyopyo</author_name>
  <author_url>https://blog.hatena.ne.jp/pyopyopyo/</author_url>
  <blog_title>pyopyopyo - Linuxとかプログラミングの覚え書き - </blog_title>
  <blog_url>https://pyopyopyo.hatenablog.com/</blog_url>
  <categories>
    <anon>programming</anon>
  </categories>
  <description>まだ正式版ではないけれど，かなり安定してきたらしいgcc4.1．変更点一覧*1によると，とにかく最適化が改善された模様．そこで，とりあえず以下のようなコードをつかって，最適化（特にauto-vectorization）ぐあいを確認してみた． #define SZ 320*240*10 void foo(const int * __restrict__ s, int * __restrict__ d) { int i; for (i=0;i&lt;SZ;i++){ *d = (*s&gt;0)?*s:0; d++; s++; } } int sum(const int * __restrict__ s) {…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpyopyopyo.hatenablog.com%2Fentry%2F20060109%2Fp1&quot; title=&quot; ついにgccがiccを超えたかもしれない． - pyopyopyo - Linuxとかプログラミングの覚え書き - &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-01-09 00:00:00</published>
  <title> ついにgccがiccを超えたかもしれない．</title>
  <type>rich</type>
  <url>https://pyopyopyo.hatenablog.com/entry/20060109/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
