Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Michael Barr <b@rr-dav.id.au>2022-05-18 20:23:49 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2022-05-18 20:24:55 +0300
commitdd3b1eb88681e1ccac62e69840539c8c65f2105f (patch)
tree3292d700c8a71df6546bb7d972a335586079a5f3 /src
parent9833c92807715d5b6ca0f88d13081e25744d65e0 (diff)
x86/itx_avx2: fix typo
Diffstat (limited to 'src')
-rw-r--r--src/x86/itx_avx2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86/itx_avx2.asm b/src/x86/itx_avx2.asm
index 092c842..dd477a6 100644
--- a/src/x86/itx_avx2.asm
+++ b/src/x86/itx_avx2.asm
@@ -126,7 +126,7 @@ pw_m2751_3035x8: dw -2751*8, 3035*8
SECTION .text
-; Code size reduction trickery: Intead of using rip-relative loads with
+; Code size reduction trickery: Instead of using rip-relative loads with
; mandatory 4-byte offsets everywhere, we can set up a base pointer with a
; single rip-relative lea and then address things relative from that with
; 1-byte offsets as long as data is within +-128 bytes of the base pointer.