Skip to content

Commit 46fba96

Browse files
author
Kevin Lewis
committed
fix 'floating point contraction' messing up mandelbrot
1 parent a8831c9 commit 46fba96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bench/bench_nim.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ problems:
3333
source:
3434
- 1.nim
3535
- 3.nim
36-
- 4.nim
3736
- 5.nim
3837
- 6.nim
3938
- name: lru
@@ -65,7 +64,7 @@ environments:
6564
before_build:
6665
- nimble refresh
6766
- nimble install --depsOnly
68-
build: nimble cpp app -y --mm:orc -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --passC=-march=native --passC=-mtune=native --passC=-flto --passC=-fwhole-program --verbose
67+
build: nimble cpp app -y --mm:orc -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --passC=-march=native --passC=-mtune=native --passC=-flto --passC=-fwhole-program --passC=-ffp-contract=off --verbose
6968
after_build:
7069
- cp app out
7170
out_dir: out

0 commit comments

Comments
 (0)