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