Created
May 16, 2013 13:04
-
-
Save xatier/5591569 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python -c "import llvm; llvm.test()" | |
llvmpy is installed in: /usr/local/lib/python2.7/dist-packages/llvm | |
llvmpy version: 0.11.2-12-gdb73237 | |
2.7.3 (default, Aug 1 2012, 05:14:39) | |
[GCC 4.6.3] | |
.............................('disable mattrs', '-sse3,-sse41,-sse42,-avx') | |
.('disable mattrs', '-sse41,-sse42,-avx') | |
.('disable mattrs', '-sse42,-avx') | |
.('disable mattrs', '-avx') | |
.Skipping: no AVX | |
............... | |
---------------------------------------------------------------------- | |
Ran 48 tests in 0.239s | |
OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment