aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5e0d28f4..02e2d11a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -128,7 +128,7 @@ cc_defaults {
"simd/arm/jidctred-neon.c",
"simd/arm/jquanti-neon.c",
],
- cflags: ["-DNEON_INTRINSICS"],
+ cflags: ["-DNEON_INTRINSICS", "-mfpu=neon"],
local_include_dirs: ["simd/arm"],
},
arm64: {