[all-commits] [llvm/llvm-project] 679158: Make hip math headers easier to use from C
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Fri Jul 24 12:51:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 679158e662aa247282b8eea4c2d60b33204171fb
https://github.com/llvm/llvm-project/commit/679158e662aa247282b8eea4c2d60b33204171fb
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M clang/lib/Headers/__clang_hip_libdevice_declares.h
M clang/lib/Headers/__clang_hip_math.h
Log Message:
-----------
Make hip math headers easier to use from C
Summary:
Make hip math headers easier to use from C
Motivation is a step towards using the hip math headers to implement math.h
for openmp, which needs to work with C as well as C++. NFC for C++ code.
Reviewers: yaxunl, jdoerfert
Reviewed By: yaxunl
Subscribers: sstefan1, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D84476
More information about the All-commits
mailing list