[all-commits] [llvm/llvm-project] e1fa30: clang/HIP: Inline frexp/frexpf implementations
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jun 6 15:04:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1fa30d005afa32be1a8d490e99652cd56440826
https://github.com/llvm/llvm-project/commit/e1fa30d005afa32be1a8d490e99652cd56440826
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M clang/lib/Headers/__clang_hip_math.h
M clang/test/Headers/__clang_hip_math.hip
M clang/test/Headers/__clang_hip_math_ocml_rounded_ops.hip
Log Message:
-----------
clang/HIP: Inline frexp/frexpf implementations
Don't bother calling ocml. This stops setting the
appropriate fast math flags, and requires this junk
for passing to a private pointer.
More information about the All-commits
mailing list