diff options
author | davej <davej> | 2003-01-27 12:27:16 +0000 |
---|---|---|
committer | davej <davej> | 2003-01-27 12:27:16 +0000 |
commit | e1e0946ed9b3ca57f07246cbccf2cf6c1a2c36d6 (patch) | |
tree | 2a226d24ff3a47b11480c1a8fc93bb6d178130b6 /bench | |
parent | d0bb8971689deccaedc86c37f984ece670e53eba (diff) |
Drop broken benchmarks for now
Diffstat (limited to 'bench')
-rw-r--r-- | bench/benchmarks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bench/benchmarks.c b/bench/benchmarks.c index 18a87bd..9da1cf8 100644 --- a/bench/benchmarks.c +++ b/bench/benchmarks.c @@ -20,8 +20,5 @@ void show_benchmarks() TIME(asm volatile("addl $1,0(%esp)"), "addl"); TIME(asm volatile("lock ; addl $1,0(%esp)"), "locked add"); TIME(asm volatile("lea 1(%eax),%eax"), "lea 1(%%eax),%%eax"); - - TIME(asm volatile("divl (%esp)"), "divl"); - TIME(asm volatile("mull (%esp)"), "mull"); } |