| Issue 18: | Check for SIMD support in CPU and OS | |
| 1 person starred this issue and may be notified of changes. | Back to list |
On Windows this should be done using: http://msdn.microsoft.com/en-us/library/xs6aek1h.aspx On GCC, something like: http://softpixel.com/~cwright/programming/simd/cpuid.php In both cases we also want to check the OS's support of it. If it's not supported, do one of: 1. Make SIMD unselectable. 2. Make them selectable, but silently use LOOP instead of SIMD. 3. Use LOOP instead of SIMD, but display a message. Note that all the platforms I have available for testing support SIMD.
Nov 16, 2011
Project Member
#1
ejrh00@gmail.com
Labels:
-Subproject-Galaxy Subproject-Fractal
Aug 23, 2015
(No comment was entered for this change.)
Status:
WontFix
|