Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Software Development
>
Open MGL
>
Wiki
>
開発メモ
Open MGL
Fork
open-mgl
msl
test
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Git
open-mgl
msl
test
Subversion
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
Forums
List of Forums
討論フォーラム (0)
質問フォーラム (0)
Mailing Lists
list of ML
News
edit
|
Title Index
|
Recent Changes
|
Showing Page History #48137
>
FrontPage
>
開発メモ
開発メモ
August_Framework_2.0/開発メモ
最適化とアセンブラとパイプライン
switch文 vs if文
パイプラインに関するメモ
レジスタ同士のmovはどうもALUで実行してるっぽい。(なのでCore2やi7であれば、ハザードが無ければ1クロック中に最大3回movが可能。非レジスタ同士も合わせれば最大4回・・・!)
その他
SIMD命令 (MMX/SSE/Intel AVX)
メモリのアライメントについて
その他