Mathieu Bouchard schrieb:
On Mon, 2 Jan 2006, Thomas Grill wrote:
When in SIMD mode, and only in SIMD mode, each *.c file is compiled using those settings: -mfpmath=sse -mmmx -msse Which is broken in many currently used versions of GCC.
broken in which way? I think only -msse is actually needed for the simd build
- this could be easily adjusted in the scons script.
Broken as in throws a FloatingPointException (signal 6, core dumped) in your face while trying to compile boring C code.
Well then i'd say people should either change the compiler or not use SIMD.
greetings, Thomas