Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a49d373 authored by Isaac Chen's avatar Isaac Chen Committed by android-build-merger
Browse files

Merge "Enable 32-bit armv8 NEON for aac/amrwb/h264 codecs" am: 8798a2dd am: a0fc1bfb

am: abfe8a64

Change-Id: Ice412aff9b7442d9d01c2c0c0216e579242d29a1
parents 58a4f5ee abfe8a64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ cc_library_static {

            instruction_set: "arm",

            armv7_a_neon: {
            neon: {
                exclude_srcs: [
                    "src/asm/ARMV5E/PrePostMDCT_v5.s",
                    "src/asm/ARMV5E/R4R8First_v5.s",
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ cc_library_static {

            instruction_set: "arm",

            armv7_a_neon: {
            neon: {
                exclude_srcs: [
                    "src/asm/ARMV5E/convolve_opt.s",
                    "src/asm/ARMV5E/cor_h_vec_opt.s",
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ cc_library_shared {
        arm: {
            instruction_set: "arm",

            armv7_a_neon: {
            neon: {
                cflags: [
                    "-DH264DEC_NEON",
                    "-DH264DEC_OMXDL",