aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simd/pf_sse2_double.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simd/pf_sse2_double.h b/simd/pf_sse2_double.h
index 6c53e8f..ba01c47 100644
--- a/simd/pf_sse2_double.h
+++ b/simd/pf_sse2_double.h
@@ -33,8 +33,8 @@
SOFTWARE.
*/
-#ifndef PF_NEON_DBL_H
-#define PF_NEON_DBL_H
+#ifndef PF_SSE2_DBL_H
+#define PF_SSE2_DBL_H
//detect sse2 support under MSVC
#if defined ( _M_IX86_FP )