2007-01-29から1日間の記事一覧

そしてMSDNから死の宣告

Note that normal allocators, such as malloc, C++ operator new, and the Win32 allocators return memory that will most likely not be sufficiently aligned for __declspec(align(#)) structures or arrays of structures. 要するに,mallocとかnewし…

SSEバグ

SSEを使ってプログラムの最適化をしていたんですが,ある変数の値を読むときに不定期にアクセス違反が発生するという問題が起きてました.それで6時間ぐらい悩まされ続けた結果,ようやく結論を発見. Visual Studio 2005のTeamSuiteとExpressバージョンのC+…