recover kernel failure for tersoff with mixed and single precision

This commit is contained in:
Axel Kohlmeyer
2023-02-08 09:13:04 -05:00
parent 3b4c873beb
commit 30abe68c82

View File

@ -171,7 +171,7 @@
#if defined(FAST_MATH) && !defined(_DOUBLE_DOUBLE) #if defined(FAST_MATH) && !defined(_DOUBLE_DOUBLE)
#define ucl_exp native_exp #define ucl_exp native_exp
#define ucl_pow native_pow #define ucl_pow pow
#define ucl_powr native_powr #define ucl_powr native_powr
#define ucl_rsqrt native_rsqrt #define ucl_rsqrt native_rsqrt
#define ucl_sqrt native_sqrt #define ucl_sqrt native_sqrt