1st assembly version of field 5x64 code - bugfix

This commit is contained in:
Diederik Huys
2013-06-17 15:31:06 +02:00
parent dd804adeff
commit 355b4192cf
4 changed files with 14 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/bash
echo "Benchmark Results" >output.txt
for j in no-yasm yasm; do
for j in yasm; do
echo "5x64 $j:" >>output.txt
for i in O0 O1 O2 O3; do
make clean
./configure --$j
./configure --use-5x64 --$j
echo "OPTLEVEL=$i" >>config.mk
make bench
echo "OPTLEVEL=$i" >>output.txt