aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--METADATA8
-rw-r--r--simd/pf_sse2_double.h4
2 files changed, 6 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index f3b9f91..5103d33 100644
--- a/METADATA
+++ b/METADATA
@@ -9,11 +9,11 @@ third_party {
type: GIT
value: "https://github.com/marton78/pffft.git"
}
- version: "b9819ffacac25e62727fc854f8c78522fb4eb2b3"
+ version: "3f1559f08223c8dfc276170e4b43ab2d07ecd188"
license_type: NOTICE
last_upgrade_date {
- year: 2020
- month: 12
- day: 29
+ year: 2021
+ month: 1
+ day: 28
}
}
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 )