mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
According to AMD docs, GCN 3 and 4 are the same
This commit is contained in:
parent
2b4be5d093
commit
1963b12fdc
@ -49,7 +49,7 @@
|
||||
#define AMD_GCN 2
|
||||
#elif defined __gfx800__ || defined __gfx801__ || defined __gfx802__ || defined __gfx803__ || defined __gfx804__ || defined __gfx810__
|
||||
#define AMD_GCN 3
|
||||
#define AMD_GCN 4
|
||||
// According to AMD docs, GCN 3 and 4 are the same
|
||||
#elif defined __gfx900__ || defined __gfx901__ || defined __gfx902__ || defined __gfx903__
|
||||
#define AMD_GCN 5
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user