Unsafe toggles cannot be changed on runtime
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
This commit is contained in:
parent
428249cb01
commit
eb133c93ea
1 changed files with 1 additions and 4 deletions
|
@ -307,10 +307,7 @@ struct Values {
|
||||||
true,
|
true,
|
||||||
#endif
|
#endif
|
||||||
"cpuopt_unsafe_host_mmu",
|
"cpuopt_unsafe_host_mmu",
|
||||||
Category::CpuUnsafe,
|
Category::CpuUnsafe};
|
||||||
Specialization::Default,
|
|
||||||
true,
|
|
||||||
true};
|
|
||||||
SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{linkage, true, "cpuopt_unsafe_unfuse_fma",
|
SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{linkage, true, "cpuopt_unsafe_unfuse_fma",
|
||||||
Category::CpuUnsafe};
|
Category::CpuUnsafe};
|
||||||
SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{
|
SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue