[all-commits] [llvm/llvm-project] 09505b: [flang][cuda] Add missing interface for __cosf (#1...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Aug 12 22:49:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09505b11e5c31611a2630a3b04dfb3ffc7aa32bc
https://github.com/llvm/llvm-project/commit/09505b11e5c31611a2630a3b04dfb3ffc7aa32bc
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2025-08-12 (Tue, 12 Aug 2025)
Changed paths:
M flang/test/Lower/CUDA/cuda-device-proc.cuf
Log Message:
-----------
[flang][cuda] Add missing interface for __cosf (#153306)
`__cosf` is mentioned to be supported here:
https://docs.nvidia.com/hpc-sdk/compilers/cuda-fortran-prog-guide/index.html#fortran-device-modules
Add the missing interface with a bind c name linking it to `__nv_cosf`
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list