detect fast math directly

This commit is contained in:
conrad
2023-06-12 11:35:05 +10:00
parent cf6fa0ea3b
commit c6084eb6a9
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -898,7 +898,7 @@ inline
eT
arrayops::accumulate(const eT* src, const uword n_elem)
{
#if defined(__FINITE_MATH_ONLY__) && (__FINITE_MATH_ONLY__ > 0)
#if defined(__FAST_MATH__)
{
eT acc = eT(0);