Created
May 2, 2014 14:30
-
-
Save edwardtoday/8cf4433bda639b8713e4 to your computer and use it in GitHub Desktop.
Branch prediction GCC 4.8.2 with `-O2`:
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
Sorted: | |
2.43 | |
sum = 314931600000 | |
Unsorted: | |
14.39 | |
sum = 314635000000 | |
Sorted swapped: | |
0 | |
sum = 314226200000 | |
Unsorted swapped: | |
0 | |
sum = 315452200000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment