added tools to test branch perdiction performance

This commit is contained in:
Nils K
2020-04-19 19:07:46 +02:00
parent e214510956
commit 7ae8d72435
5 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
build: branch_predict.c
gcc branch_predict.c -O2 -o branch_predict.exe