source:
trunk/config.tests/unix/3dnow/3dnow.cpp@
321
Last change on this file since 321 was 2, checked in by , 16 years ago | |
---|---|
File size: 224 bytes |
Line | |
---|---|
1 | #include <mm3dnow.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 | |
6 | int main(int, char**) |
7 | { |
8 | _m_femms(); |
9 | return 0; |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.