From 0c2cd42ff28306e0f1198b0135e2fa6bd3a1b21e Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 8 Jul 2026 21:32:28 +0800 Subject: [PATCH 3/5] vp9 update --- vp9/common/vp9_rtcd_defs.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl index c78b3dee1..087b495aa 100644 --- a/vp9/common/vp9_rtcd_defs.pl +++ b/vp9/common/vp9_rtcd_defs.pl @@ -78,9 +78,9 @@ add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *dest if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") { # Note that there are more specializations appended when # CONFIG_VP9_HIGHBITDEPTH is off. - specialize qw/vp9_iht4x4_16_add neon sse2 vsx/; - specialize qw/vp9_iht8x8_64_add neon sse2 vsx/; - specialize qw/vp9_iht16x16_256_add neon sse2 vsx/; + specialize qw/vp9_iht4x4_16_add neon sse2 altivec vsx/; + specialize qw/vp9_iht8x8_64_add neon sse2 altivec vsx/; + specialize qw/vp9_iht16x16_256_add neon sse2 altivec vsx/; if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") { # Note that these specializations are appended to the above ones. specialize qw/vp9_iht4x4_16_add dspr2 msa/; -- 2.55.0