Extract non-MPFR math tests into libc-math-smoke-tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for this, it exposed some missing implementations in the GPU math. I opened https://github.com/llvm/llvm-project/pull/65616 to address those. With this applied, the GPU build passes all the new smoke tests except for the check for round(-0.0) == -0.0 for AMDGPU.
Comment Actions
This passes for the GPU once a fix made by @arsenm was applied. If that fix gets in quickly we could wait to land, alternatively just disable the test rounding for AMDGPU.