A question about a test
Luca Benini
lbenini@csr.unibo.it
Thu Jan 6 16:20:00 GMT 2005
I've a question about the test in
gcc-4.0-20050102/gcc/testsuite/gcc.target/i386/defines-2.c
---------------------------------------------------
/* { dg-do compile } */
/* { dg-options "-march=athlon64 -mno-mmx" } */
#if defined(__MMX__) || defined(__3dNOW__) || defined(__3dNOW_A__)
#error
#endif
---------------------------------------------------
Why checking for defined(__3dNOW__) with -mno-mmx and -march=athlon64 ?
--
But how can I implement unimaginable chaos in my compiler?
-Geerhardt Goos-
More information about the Gcc
mailing list