1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-08 18:37:20 +02:00
ffmpeg/compat/cuda
Timo Rothenpieler 416923346a compat/cuda: switch from powf to __powf intrinsic
The powf builtin causes crashes on older clang, so manually implement
the (faster) intrinsic.
The code it spawns is identical to that of nvcc.
2022-09-03 20:27:34 +02:00
..
cuda_runtime.h compat/cuda: switch from powf to __powf intrinsic 2022-09-03 20:27:34 +02:00
dynlink_loader.h