GeekArticles
Programming
C++Inner Product Experiment: CPU, FPU vs. SSE*
Author: codeproject.com |
Published: 21st May 2008 |
Visited: 136 times |
Add CommentFiled in: CPlusPlusThe article demonstrating inner product operation performed with shorts, ints, floats and doubles with CPU/FPU and SSE for comparison.
Read Article Sponsored Links
Related Articles
• Convolution Experiment: C# vs. C/C++ The article demonstrating speed of math convolution operation performed with shorts, ints, longs, floats, doubles and decimals in C# compared to C ...
• Product Review: IndexU The development of a directory based portal requires a huge effort from number of developers. Why not use ready made software instead of reinventing the wheel? In this review, Anand test drives IndexU 5.4, a search engine optimization tool, in his own site and records his impressions. He first discu ...
• I would like the assembler to support the SSE4a instructionset. QC#: 58013 Version: 11.2 Status: Open defect, requires resolution Description: I would like the assembler to support the SSE4a instructionset.
It is described here
http://www.intel.com/technology/architecture/new_instructions.htm
and here
http://e ...