From 6ba77d30bb843202e19bdc746d80356fc8a652c2 Mon Sep 17 00:00:00 2001 From: Russel Arbore <russel.jma@gmail.com> Date: Sun, 16 Feb 2025 18:23:53 -0600 Subject: [PATCH] . --- juno_scheduler/src/pm.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/juno_scheduler/src/pm.rs b/juno_scheduler/src/pm.rs index 1c00e3d0..e1ff113e 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") -- GitLab