Skip to content
Snippets Groups Projects

x86inc: Fix LOAD_MM_PERMUTATION for AVX-512

Merged Anton Mitrofanov requested to merge BugMaster/x264:fix_x86inc into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1139,7 +1139,7 @@ INIT_XMM
%endif
%xdefine %%tmp %%f %+ 0
%ifnum %%tmp
RESET_MM_PERMUTATION
DEFINE_MMREGS mmtype
%assign %%i 0
%rep num_mmregs
%xdefine %%tmp %%f %+ %%i
Loading