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
diff options
context:
space:
mode:
authorJanne Grunau <janne-vlc@jannau.net>2019-09-04 15:08:11 +0300
committerMartin Storsjö <martin@martin.st>2019-09-04 15:10:54 +0300
commite65abadff6872d319ece76c8617604c628c3126e (patch)
tree572658af397f6d885433fb6c7d401036ce84c927
parent863c3731dc635be394229c0169833c668c5dda13 (diff)
arm: Fix assembling with older binutils
This large constant needs a movw instruction, which newer binutils can figure out, but older versions need stated explicitly. This fixes #296.
-rw-r--r--src/arm/32/mc.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/32/mc.S b/src/arm/32/mc.S
index 03564ad..d06b38b 100644
--- a/src/arm/32/mc.S
+++ b/src/arm/32/mc.S
@@ -229,7 +229,7 @@ function w_mask_\type\()_8bpc_neon, export=1
sub r8, r8, #24
ldr r8, [r9, r8, lsl #2]
add r9, r9, r8
- mov r12, #6903
+ movw r12, #6903
vdup.16 q14, r12
.if \type == 444
vmov.i8 q15, #64