Skip to content
Snippets Groups Projects
Commit adca65c4 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

spectral-norm: Move -fexcess-precision to OPTIONS_GHC

parent cacee78d
No related branches found
No related tags found
1 merge request!30Normalise benchmarks
......@@ -14,6 +14,7 @@
-- Should be run with:
-- +RTS -N<number of cores>
{-# LANGUAGE BangPatterns, MagicHash #-}
{-# OPTIONS_GHC -fexcess-precision #-}
import System.Environment
import Foreign.Marshal.Array
......
......@@ -8,4 +8,3 @@ SLOW_OPTS = 5500 # official shootout setting
# The benchmark game also uses -fllvm, which we can't since it might
# not be available on the developer's machine.
HC_OPTS += -fexcess-precision
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment