1 /* { dg-do compile } */
2 /* { dg-options "-march=athlon64 -mno-mmx" } */
3 
4 #if defined(__MMX__) || defined(__3dNOW__) || defined(__3dNOW_A__)
5 #error
6 #endif
7