summaryrefslogtreecommitdiff
path: root/bench/benchmarks.c
diff options
context:
space:
mode:
Diffstat (limited to 'bench/benchmarks.c')
-rw-r--r--bench/benchmarks.c3
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");
}