This file contains 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
# output of $ objdump -d numpy-test/lib/python3.4/site-packages/numpy/core/umath.cpython-34m.so | grep sse2 | |
0000000000033690 <sse2_binary_scalar1_not_equal_FLOAT>: | |
336b1: 0f 85 d9 00 00 00 jne 33790 <sse2_binary_scalar1_not_equal_FLOAT+0x100> | |
336cc: 73 75 jae 33743 <sse2_binary_scalar1_not_equal_FLOAT+0xb3> | |
33741: 72 ad jb 336f0 <sse2_binary_scalar1_not_equal_FLOAT+0x60> | |
33746: 7e 3f jle 33787 <sse2_binary_scalar1_not_equal_FLOAT+0xf7> | |
33785: 7f d9 jg 33760 <sse2_binary_scalar1_not_equal_FLOAT+0xd0> | |
337ae: 0f 84 0b ff ff ff je 336bf <sse2_binary_scalar1_not_equal_FLOAT+0x2f> | |
337bf: eb 0b jmp 337cc <sse2_binary_scalar1_not_equal_FLOAT+0x13c> | |
337f2: 7f d4 jg 337c8 <sse2_binary_scalar1_not_equal_FLOAT+0x138> |
This file contains 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
""" | |
Helper functions to dump and load system information | |
Enhances reproducibility of a scientific computing environment | |
License: http://creativecommons.org/publicdomain/zero/1.0/ | |
To the extent possible under law, the author has waived all copyright and | |
related or neighboring rights to this work. | |
This work is published from: Germany. |