diff --git a/juno_scheduler/src/pm.rs b/juno_scheduler/src/pm.rs index 1c00e3d034fc30a69756c67a7b0a5131f473d05d..e1ff113e57403d8c844e16ded7e634dcfb85283b 100644 --- a/juno_scheduler/src/pm.rs +++ b/juno_scheduler/src/pm.rs @@ -831,7 +831,6 @@ impl PassManager { let mut nvcc_process = Command::new("nvcc") .arg("-c") .arg("-O3") - .arg("-ffast-math") .arg("-march=native") .arg("-diag-suppress") .arg("177")