mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-05 16:39:19 +00:00
Fix typo
This commit is contained in:
parent
918578bee1
commit
6db2f4cc18
@ -250,7 +250,7 @@ static u32x swap32 (const u32x v)
|
|||||||
u32x r;
|
u32x r;
|
||||||
|
|
||||||
#if VECT_SIZE == 1
|
#if VECT_SIZE == 1
|
||||||
__asm__ volatile ("V_PERM_B32 %0, 0, %1, %2;" : "=v"(t) : "v"(v), "v"(0x00010203));
|
__asm__ volatile ("V_PERM_B32 %0, 0, %1, %2;" : "=v"(r) : "v"(v), "v"(0x00010203));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if VECT_SIZE >= 2
|
#if VECT_SIZE >= 2
|
||||||
|
Loading…
Reference in New Issue
Block a user