[all-commits] [llvm/llvm-project] ba2612: [HIP] cmath demote long double args to double
Aaron Enye Shi via All-commits
all-commits at lists.llvm.org
Thu Dec 3 15:05:03 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba2612ce01eae5859ae7adb99161775fb2c4e0b2
https://github.com/llvm/llvm-project/commit/ba2612ce01eae5859ae7adb99161775fb2c4e0b2
Author: Aaron En Ye Shi <enye.shi at gmail.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M clang/lib/Headers/__clang_hip_cmath.h
Log Message:
-----------
[HIP] cmath demote long double args to double
Since there is no ROCm Device Library support for
long double, demote them to double, and use the fp64
math functions.
Differential Revision: https://reviews.llvm.org/D92130
More information about the All-commits
mailing list