
31 Mar
2011
31 Mar
'11
10:07 a.m.
On 31/03/2011 11:47, Cory Nelson wrote:
What would ever make intrinsics improper?
GCC generates a compile-time error if you include the intrinsics files without the right option (-msse2 or similar) enabled with the compiler. For this reason, we took care of only including the files requested by the instruction set the user has chosen. Now then, I guess it would always be possible to cheat and redefine those things.