aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox/disable-neon-in-aom.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/firefox: re-enable on armv7Rasmus Thomsen2020-04-091-22/+33
|
* community/firefox: disable NEON on arm in third-party aom depRasmus Thomsen2020-04-081-0/+30
This fixes the build on ARM. Otherwise it fails with: In file included from /home/buildozer/aports/community/firefox/src/firefox-75.0/third_party/aom/aom_dsp/arm/blend_a64_mask_neon.c:12: /home/buildozer/aports/community/firefox/src/firefox-75.0/third_party/aom/av1/common/arm/mem_neon.h: In function 'load_u8_8x8': /usr/lib/gcc/armv7-alpine-linux-musleabihf/9.3.0/include/arm_neon.h:10303:1: error: inlining failed in call to always_inline 'vld1_u8': target specific option mismatch 10303 | vld1_u8 (const uint8_t * __a) | ^~~~~~~