mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-07 10:00:27 +00:00
[libc][Obvious] Fix AMDGPU control constant for vendor sqrt
Summary: This is supposed to be enabled to say that we want correct sqrt by default.
This commit is contained in:
parent
18914f7955
commit
7c8a52f90c
2
libc/src/math/gpu/vendor/amdgpu/platform.h
vendored
2
libc/src/math/gpu/vendor/amdgpu/platform.h
vendored
@ -25,7 +25,7 @@ extern const uint8_t __oclc_unsafe_math_opt = 0;
|
||||
extern const uint8_t __oclc_daz_opt = 0;
|
||||
|
||||
// Disable rounding optimizations for 32-bit square roots.
|
||||
extern const uint8_t __oclc_correctly_rounded_sqrt32 = 0;
|
||||
extern const uint8_t __oclc_correctly_rounded_sqrt32 = 1;
|
||||
|
||||
// Disable finite math optimizations.
|
||||
extern const uint8_t __oclc_finite_only_opt = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user