Unsafe toggles cannot be changed on runtime
All checks were successful
eden-license / license-header (pull_request) Successful in 25s

This commit is contained in:
MaranBr 2025-08-28 17:34:01 -04:00
parent 428249cb01
commit eb133c93ea

View file

@ -307,10 +307,7 @@ struct Values {
true,
#endif
"cpuopt_unsafe_host_mmu",
Category::CpuUnsafe,
Specialization::Default,
true,
true};
Category::CpuUnsafe};
SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{linkage, true, "cpuopt_unsafe_unfuse_fma",
Category::CpuUnsafe};
SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{