mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ASoC: rockchip: vad: Fix clang assembly error
sound/soc/rockchip/vad_preprocess_arm64.S:53:18: error: expected 'sxtx' 'uxtx' or 'lsl' with optional integer in range [0, 4]
add x2, x2, x5, sxtw
^
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I5e9a2442d3d9bb0223290e0dac3f54a580b3f949
This commit is contained in:
parent
969b0ab881
commit
df2a7ca256
|
|
@ -50,7 +50,7 @@ vad_preprocess:
|
|||
mul w2, w7, w2
|
||||
mul w5, w0, w8
|
||||
sxtw x2, w2
|
||||
add x2, x2, x5, sxtw
|
||||
add x2, x2, w5, sxtw
|
||||
smaddl x3, w3, w8, x2
|
||||
mov w2, -30632
|
||||
smsubl x2, w6, w2, x3
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user