source:
trunk/config.tests/unix/iwmmxt/iwmmxt.cpp@
243
Last change on this file since 243 was 2, checked in by , 16 years ago | |
---|---|
File size: 126 bytes |
Line | |
---|---|
1 | #include <mmintrin.h> |
2 | |
3 | int main(int, char**) |
4 | { |
5 | _mm_unpackhi_pi16(_mm_setzero_si64(), _mm_setzero_si64()); |
6 | return 0; |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.