Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. gcc -v
  2.  
  3. CMD='gcc -std=gnu99 -O3 -c'
  4.  
  5. rm -f nibble *.o
  6.  
  7. $CMD alexander1.c
  8. $CMD alexander2.c
  9. $CMD anon.c
  10. clang -std=gnu99 -O3 -w -c -march=core-avx2 carlos.c
  11. $CMD main.c
  12. $CMD payer.c
  13. $CMD pdewacht.c
  14. $CMD ref.c
  15. $CMD burton.c
  16. $CMD rogers.c
  17. gcc -O3 *.o -o nibble
  18.  
  19. taskset -c 0 ./nibble
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement