Merge branch 'develop' into mar2023_gpu_misc

This commit is contained in:
Axel Kohlmeyer
2023-03-13 19:02:20 -04:00
135 changed files with 7476 additions and 3189 deletions

View File

@ -177,7 +177,7 @@
#define ucl_abs fabs
#define ucl_erfc erfc
#if (FAST_MATH > 0) && !defined(_DOUBLE_DOUBLE)
#if defined(FAST_MATH) && (FAST_MATH > 0) && !defined(_DOUBLE_DOUBLE)
#define ucl_exp native_exp
#define ucl_pow pow