Files
clang-p2996/polly/test/GPGPU/Inputs/libdevice-functions-copied-into-kernel_libdevice.ll
Tobias Grosser 5170b6627a [GPGPU] Add log / logf to the libdevice supported functions
These two functions are used in COSMO

llvm-svn: 311322
2017-08-21 09:00:31 +00:00

10 lines
159 B
LLVM

define float @__nv_expf(float %a) {
ret float %a
}
define float @__nv_cosf(float %a) {
ret float %a
}
define float @__nv_logf(float %a) {
ret float %a
}