From 2d304e9fc770a480f79d177adb23adc0082c9fa0 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:46:27 -0700 Subject: [PATCH] Update ih264_intra_pred_chroma_av8.s --- .../ih264d/common/armv8/ih264_intra_pred_chroma_av8.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/ih264d/common/armv8/ih264_intra_pred_chroma_av8.s b/dependencies/ih264d/common/armv8/ih264_intra_pred_chroma_av8.s index c0d9cf99..33528395 100644 --- a/dependencies/ih264d/common/armv8/ih264_intra_pred_chroma_av8.s +++ b/dependencies/ih264d/common/armv8/ih264_intra_pred_chroma_av8.s @@ -489,13 +489,13 @@ ih264_intra_pred_chroma_8x8_mode_plane_av8: zip1 v1.8h, v0.8h, v2.8h zip2 v2.8h, v0.8h, v2.8h mov v0.16b, v1.16b -#ifdef __APPLE__ +.ifdef __APPLE__ adrp x12, _ih264_gai1_intrapred_chroma_plane_coeffs2@GOTPAGE ldr x12, [x12, _ih264_gai1_intrapred_chroma_plane_coeffs2@GOTPAGEOFF] -#else +.else adrp x12, :got:ih264_gai1_intrapred_chroma_plane_coeffs2 ldr x12, [x12, #:got_lo12:ih264_gai1_intrapred_chroma_plane_coeffs2] -#endif +.endif ld1 {v8.2s, v9.2s}, [x12] mov v8.d[1], v9.d[0] mov v10.16b, v8.16b