- added optimization notes in readme
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 12 Feb 2018 04:54:39 +0000 (06:54 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 12 Feb 2018 04:58:04 +0000 (06:58 +0200)
commit8c475e1fd504f46cbb8a882e760714925c012890
treece5318e7e07615968b53a89869498aea8ada3ca1
parent95432d94ee6d5cd0c1f71c36b78e195f1b96892f
- added optimization notes in readme
- added cpuid instruction for serializing/flushing cpu state before
  taking rdtsc measurements
- moved perf variables to util.c to silence watcom warnings
Makefile
README.md
src/util.c [new file with mode: 0644]
src/util.h