IEEE-754関係で見つけた資料メモ

What Every Computer Scientist Should Know About Floating-Point Arithmetic
http://docs.sun.com/source/806-3568/ncg_goldberg.html
厳密な浮動小数点演算セマンティクスの Java 実行時コンパイラへの実装
http://www.shudo.net/publications/swopp0107/shudo-swopp200107-strictfp.pdf
64bit 計算機への多倍長計算環境の実装*1
http://homer.shinshu-u.ac.jp/JASCOME/paper/files/ctec2002/12-fujiwara_r1.pdf
VisualC++の「浮動小数点の整合性」設定
http://www.microsoft.com/japan/msdn/library/default.asp?url=/japan/msdn/library/ja/vccore/html/_core_.2f.op.asp
x86CPUの数値演算機構
http://homepage3.nifty.com/murasakigawa/tech/x86arith/
Windows Graphics Foundation (WGF) の仕様に関するSpinのWinHECレポート
http://spin.s2c.ne.jp/news0406.html
Description of -ffloat-store in gcc man page is incorrect
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14708

*1:磯先生が講義で触れていたのはこの論文か?