aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMárton Danóczy <marton78@gmail.com>2021-01-03 16:28:20 +0100
committerGitHub <noreply@github.com>2021-01-03 16:28:20 +0100
commit3f1559f08223c8dfc276170e4b43ab2d07ecd188 (patch)
tree384f7f69aded5850d2f69bff411592456a53ccfd
parentb9819ffacac25e62727fc854f8c78522fb4eb2b3 (diff)
parentc9d033b485c1b3de78e4a6685ab17ac56db77cc0 (diff)
downloadpffft-3f1559f08223c8dfc276170e4b43ab2d07ecd188.tar.gz
Merge pull request #21 from unevens/master
fixed a typo
-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 )