aboutsummaryrefslogtreecommitdiff
path: root/residual_calc.asm
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-04-16 10:36:13 +0200
committerAnton Khirnov <anton@khirnov.net>2024-04-16 10:36:13 +0200
commitb6b93ceec5669310ffbcfa4cbd88c0c2f9c68ca2 (patch)
tree8782ae2fddd3508b6a1f7617275618f3993d0929 /residual_calc.asm
parente30cfde7614be7062249954eab6c3f56eeabbb51 (diff)
x86inc.asm: update to current master 04f14f43
Requires changing residual calc functions to AVX2. Also, supply the private prefix via nasm -D option rather than modifying x86inc.asm.
Diffstat (limited to 'residual_calc.asm')
-rw-r--r--residual_calc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/residual_calc.asm b/residual_calc.asm
index 42eb50b..6970fd5 100644
--- a/residual_calc.asm
+++ b/residual_calc.asm
@@ -275,7 +275,7 @@ cglobal residual_line_ %+ opname %+ _s %+ stencil,
RET
%endmacro
-INIT_YMM fma3
+INIT_YMM avx2
RESIDUAL_CALC 1, 0
RESIDUAL_CALC 1, 1
RESIDUAL_CALC 2, 0