summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/x86/tx_float.asm5
1 files changed, 1 insertions, 4 deletions
diff --git a/libavutil/x86/tx_float.asm b/libavutil/x86/tx_float.asm
index 21f99d3945..191af7d68f 100644
--- a/libavutil/x86/tx_float.asm
+++ b/libavutil/x86/tx_float.asm
@@ -1044,7 +1044,7 @@ ALIGN 16
add lutq, (mmsize/2)*8
%endif
cmp tgtq, 64
- je .deinterleave
+ je .64pt_deint
SPLIT_RADIX_COMBINE_64
@@ -1190,9 +1190,6 @@ FFT_SPLIT_RADIX_DEF 131072
; Final synthesis + deinterleaving code
;===============================================================================
.deinterleave:
- cmp lenq, 64
- je .64pt_deint
-
imul tmpq, lenq, 2
lea lutq, [4*lenq + tmpq]