[libc-commits] [PATCH] D159477: [libc][math] Extract non-MPFR math tests into libc-math-smoke-tests.

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Sep 7 08:03:24 PDT 2023


jhuber6 added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159477/new/

https://reviews.llvm.org/D159477



More information about the libc-commits mailing list