mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +00:00
Add missing amd_bytealign_S()
This commit is contained in:
parent
eb9ed98e34
commit
3fdb930cf3
@ -117,6 +117,12 @@ static inline u32 __bfe (const u32 a, const u32 b, const u32 c)
|
||||
{
|
||||
return amd_bfe (a, b, c);
|
||||
}
|
||||
|
||||
static inline u32 amd_bytealign_S (const u32 a, const u32 b, const u32 c)
|
||||
{
|
||||
return amd_bytealign (a, b, c);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef IS_NV
|
||||
|
Loading…
Reference in New Issue
Block a user