Bug 1940585 - disable SME;r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D234124
This commit is contained in:
11
media/libyuv/05_disable_sme.patch
Normal file
11
media/libyuv/05_disable_sme.patch
Normal 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',
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user