aboutsummaryrefslogtreecommitdiff
path: root/simd/pf_float.h
diff options
context:
space:
mode:
Diffstat (limited to 'simd/pf_float.h')
-rw-r--r--simd/pf_float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simd/pf_float.h b/simd/pf_float.h
index 1798194..eab2723 100644
--- a/simd/pf_float.h
+++ b/simd/pf_float.h
@@ -65,7 +65,7 @@ typedef float vsfscalar;
#ifndef SIMD_SZ
# if !defined(PFFFT_SIMD_DISABLE)
-# warning "building float with simd disabled !\n";
+# pragma message( "building float with simd disabled !" )
# define PFFFT_SIMD_DISABLE /* fallback to scalar code */
# endif
#endif