aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-01-30 02:06:27 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-01-30 02:06:27 +0000
commit54cc8c0a92546a6fb7182fed72665d19a990d96c (patch)
tree0f1f967e7ac4f0d64257280598f25bfcf4250358
parent32bf4db5db770300aba01368d9fee07243c6e560 (diff)
parent9a1fa702807bab84fd1968fdd1354366b7d1340a (diff)
downloadpffft-54cc8c0a92546a6fb7182fed72665d19a990d96c.tar.gz
Snap for 7112378 from 9a1fa702807bab84fd1968fdd1354366b7d1340a to sc-d1-release
Change-Id: I1b9fc749b1c9b33af541295d8405c89d39bd9000
-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 )