[PATCH] D138473: clang/HIP: Inline frexp/frexpf implementations

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 21 22:10:21 PST 2022


arsenm created this revision.
arsenm added reviewers: b-sumner, yaxunl, JonChesterfield.
Herald added a project: All.
arsenm requested review of this revision.
Herald added subscribers: sstefan1, wdng.
Herald added a reviewer: jdoerfert.

Don't bother calling ocml. This stops setting the
appropriate fast math flags, and requires this junk
for passing to a private pointer.


https://reviews.llvm.org/D138473

Files:
  clang/lib/Headers/__clang_hip_math.h
  clang/test/Headers/__clang_hip_math.hip

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138473.477062.patch
Type: text/x-patch
Size: 144282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221122/71a7eb04/attachment-0001.bin>


More information about the cfe-commits mailing list