tweeks to the c tests

also figured out hello was caching stopped that to make results
comparable
even wrote a hello assembler version which is just 10% faster than soml
:-)
This commit is contained in:
Torsten Ruger
2015-11-21 16:33:07 +02:00
parent a589df7bf9
commit f865486f1e
6 changed files with 37 additions and 12 deletions

View File

@ -17,7 +17,7 @@ int fibo(int n){
int main(void)
{
int counter = 98304 + 1696;
int counter = 100352 - 352;
int counter2 = counter;
int level = 40;
int fib ;