From a5f6eddcb6853cd757ce09d8c1f3a0b84ccb2e79 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:47:48 -0700 Subject: [PATCH] Update ih264_intra_pred_luma_16x16_av8.s --- .../ih264d/common/armv8/ih264_intra_pred_luma_16x16_av8.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/ih264d/common/armv8/ih264_intra_pred_luma_16x16_av8.s b/dependencies/ih264d/common/armv8/ih264_intra_pred_luma_16x16_av8.s index 2422d8cd..b39c98cb 100644 --- a/dependencies/ih264d/common/armv8/ih264_intra_pred_luma_16x16_av8.s +++ b/dependencies/ih264d/common/armv8/ih264_intra_pred_luma_16x16_av8.s @@ -431,13 +431,13 @@ ih264_intra_pred_luma_16x16_mode_plane_av8: mov x10, x1 //top_left mov x4, #-1 ld1 {v2.2s}, [x1], x8 -#ifdef __APPLE__ +.ifdef __APPLE__ adrp x7, _ih264_gai1_intrapred_luma_plane_coeffs@GOTPAGE ldr x7, [x7, _ih264_gai1_intrapred_luma_plane_coeffs@GOTPAGEOFF] -#else +.else adrp x7, :got:ih264_gai1_intrapred_luma_plane_coeffs ldr x7, [x7, #:got_lo12:ih264_gai1_intrapred_luma_plane_coeffs] -#endif +.endif ld1 {v0.2s}, [x1] rev64 v2.8b, v2.8b ld1 {v6.2s, v7.2s}, [x7]