mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-17 01:52:06 +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
|
* License.....: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef cl_khr_byte_addressable_store
|
||||||
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
#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
|
#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vendor specific
|
* vendor specific
|
||||||
|
Loading…
Reference in New Issue
Block a user