The division between float constants was done with less
precision. Performing the divide in double and truncating to float
provides the same value as used in the library fast math expansion.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D152749
AMDGPU: Correct constants used in fast math log expansion ClosedPublic Authored by arsenm on Jun 12 2023, 1:31 PM.
Details
Diff Detail
Revision Contents
Diff 530655 llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
llvm/test/CodeGen/AMDGPU/llvm.log10.ll
|