mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed bug in the misaligned access test.
This commit is contained in:
parent
b74bfbeefd
commit
ada354f443
@ -559,9 +559,8 @@ memcpy8_4:
|
|||||||
li t2, 0
|
li t2, 0
|
||||||
|
|
||||||
# 32 bit mask
|
# 32 bit mask
|
||||||
lui t4, 0xffff
|
addi t4, x0, -1
|
||||||
li t3, 0xfff
|
srli t5, t4, 32
|
||||||
or t5, t4, t3
|
|
||||||
|
|
||||||
memcpy8_4_loop:
|
memcpy8_4_loop:
|
||||||
ld t3, 0(t0)
|
ld t3, 0(t0)
|
||||||
|
Loading…
Reference in New Issue
Block a user