<div dir="ltr">Pushed to the master branch, Thanks</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 4, 2023 at 4:55 AM Brad Smith <<a href="mailto:brad@comstyle.com" target="_blank">brad@comstyle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Move a bit of data that sneaked into .text into .rodata.<br>
<br>
Makes the tests run (and pass) on OpenBSD/amd64 with PKU (x-only) enabled.<br>
<br>
<br>
diff --git a/source/common/x86/h-ipfilter8.asm b/source/common/x86/h-ipfilter8.asm<br>
index 53d7f2d3c..c8a558b3d 100644<br>
--- a/source/common/x86/h-ipfilter8.asm<br>
+++ b/source/common/x86/h-ipfilter8.asm<br>
@@ -125,6 +125,9 @@ const pb_8tap_hps_0, times 2 db 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8<br>
ALIGN 32<br>
interp4_hps_shuf: times 2 db 0, 1, 2, 3, 1, 2, 3, 4, 8, 9, 10, 11, 9, 10, 11, 12<br>
<br>
+ALIGN 32<br>
+const interp_4tap_8x8_horiz_shuf, dd 0, 4, 1, 5, 2, 6, 3, 7<br>
+<br>
SECTION .text<br>
<br>
cextern pw_1<br>
@@ -1459,9 +1462,6 @@ cglobal interp_4tap_horiz_pp_4x32, 4, 6, 5, src, srcstride, dst, dststride<br>
<br>
RET<br>
<br>
-ALIGN 32<br>
-const interp_4tap_8x8_horiz_shuf, dd 0, 4, 1, 5, 2, 6, 3, 7<br>
-<br>
%macro FILTER_H4_w6 3<br>
movu %1, [srcq - 1]<br>
pshufb %2, %1, Tm0<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org" target="_blank">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</blockquote></div>