source: trunk/config.tests/unix/mmx/mmx.cpp@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 226 bytes
Line 
1#include <mmintrin.h>
2#if defined(__GNUC__) && __GNUC__ < 4 && __GNUC_MINOR__ < 3
3#error GCC < 3.2 is known to create internal compiler errors with our MMX code
4#endif
5
6int main(int, char**)
7{
8 _mm_empty();
9 return 0;
10}
Note: See TracBrowser for help on using the repository browser.