[libc-commits] [PATCH] D153395: Populating 'libmgpu.a' for math on the GPU

Matt Arsenault via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jul 31 16:48:55 PDT 2023


arsenm added a comment.

In D153395#4548952 <https://reviews.llvm.org/D153395#4548952>, @AntonRydahl wrote:

> We found that `__builtin_nextafter` and `__builtin_nextafter` were not correctly lowered. Therefore, they have been replaced with vendor versions.

nextafter isn't that complicated to implement, could just write one


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153395



More information about the libc-commits mailing list