mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Test fix for broken AMD support after https://github.com/hashcat/oclHashcat/pull/303
This commit is contained in:
parent
02b82dd994
commit
444a5f4d52
@ -3,8 +3,13 @@
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifdef cl_khr_byte_addressable_store
|
||||
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
||||
#endif
|
||||
|
||||
#ifdef cl_clang_storage_class_specifiers
|
||||
#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
|
||||
#endif
|
||||
|
||||
/**
|
||||
* vendor specific
|
||||
|
Loading…
Reference in New Issue
Block a user