BartMassey / ttt-bench

Tic-Tac-Toe benchmark in various languages
Other
17 stars 4 forks source link

x86 dependencies #7

Open BartMassey opened 2 years ago

BartMassey commented 2 years ago

Right now this suite has a few x86 dependencies: for example the cpuid asm instruction used for blackboxing in the C implementation. These dependencies should be replaced so that these benchmarks can be run on other platforms.