Bug 1940585 - disable SME;r=mjf

Differential Revision: https://phabricator.services.mozilla.com/D234124
This commit is contained in:
Nico Grunbaum
2025-01-14 19:06:18 +00:00
parent 93290db949
commit 545a3a405f
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
diff --git a/libyuv.gyp b/libyuv.gyp
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -142,6 +142,7 @@
}],
], #conditions
'defines': [
+ 'LIBYUV_DISABLE_SME',
# Enable the following 3 macros to turn off assembly for specified CPU.
# 'LIBYUV_DISABLE_X86',
# 'LIBYUV_DISABLE_NEON',

View File

@@ -56,3 +56,5 @@ vendoring:
- 02_update_gyp.patch
- 03_add_neon64_and_sve_gyp_targets.patch
- 04_fix_loongarch64_link_failed.patch
- 05_disable_sme.patch