[libc-commits] [PATCH] D152603: [libc] Add math functions to AMD/NVPTX libm

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 21 15:13:02 PDT 2023


jhuber6 added a comment.

A lot of the intrinsics being implemented by @arsenm seem to be porting `ocml` functions to the backend. I wonder if a better approach for `libc` specifically would be to port those implementations to C++ so that we can share it between NVPTX and AMDGPU.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152603



More information about the libc-commits mailing list