From 256f101d20dc17386faec14fb46474727d31294f Mon Sep 17 00:00:00 2001 From: lucic71 Date: Tue, 20 Dec 2022 22:13:08 +0200 Subject: [PATCH] fix the speedup factor --- TSW/relwork.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TSW/relwork.tex b/TSW/relwork.tex index 8344ef69bf5..1c14ce9a78b 100644 --- a/TSW/relwork.tex +++ b/TSW/relwork.tex @@ -16,7 +16,7 @@ $11.8\%$ with Clang for 462.libquantum. The experiments were conducted with UB optimizations turned off. Ertl states that with Clang-3.1 and UB optimizatoins turned on the -speedup factor is $1.7$ for SPECint 2006. Furthermore, for a specific +speedup factor is $1.017$ for SPECint 2006. Furthermore, for a specific class of programs, i.e. Jon Bentley's traveling salesman problem, the speedup factor can reach values greater than $2.7$ if the programmer issues source-level optimizations by hand, surpasing the UB