链接已复制
There are many articles written if you search on Intel website for different code snippets (mostly performance specific). if you are looking for the usage of simd instructions, msdn.com has good examples with each SIMD intrinsic. It is not very detailed but atleast it provides you an idea. You can definitely post your examples on Blogs and these forums.
If you are looking for a specific example, let me know I may be able to help you.
Most examples thatI know are hidden in presentations or white papers. Here are a few references:
- examples with SSE 4.1
- examples with SSE 4.2 (sect. 10.3)
- running average
- shrink algorithm
- particle system
- quaternions
Have fun
Thomas
Thanks a lot Thomas. The first link "examples with SEE 4.1" seems to be the best one so far for starters.
I noticed that there were not a lot of examples and there are many students out there that are probably searching Google for examples with no luck.
I am currently working on a tutorial with more basic examples for different computational scenarios.
Once, I have the tutorials completed, I will post them here.
