mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Use aligned NEON loads in texhash.
This commit is contained in:
parent
b44d10a91e
commit
2482b2a1e0
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ u32 QuickTexHashNEON(const void *checkp, u32 size) {
|
|||
// Okay, do the memory hashing.
|
||||
"QuickTexHashNEON_next:\n"
|
||||
"pld [%2, #0xc0]\n"
|
||||
"vldmia %2!, {d16-d23}\n"
|
||||
"vld1.32 {d16, d17, d18, d19}, [%2, :128]!\n"
|
||||
"vld1.32 {d20, d21, d22, d23}, [%2, :128]!\n"
|
||||
"vmla.i32 q0, q1, q8\n"
|
||||
"vmul.i32 q11, q11, q1\n"
|
||||
"veor.i32 q0, q0, q9\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue