Skip to content

Instantly share code, notes, and snippets.

@edwardtoday
Created May 2, 2014 14:31
Show Gist options
  • Save edwardtoday/983aefcf84c8d0916390 to your computer and use it in GitHub Desktop.
Save edwardtoday/983aefcf84c8d0916390 to your computer and use it in GitHub Desktop.
Branch prediction ICC 14.0.1 with `-O2`:
Sorted:
0.3
sum = 314931600000
Unsorted:
0.31
sum = 314635000000
Sorted swapped:
0.3
sum = 314226200000
Unsorted swapped:
0.31
sum = 315452200000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment