mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-09 17:48:51 +00:00
commit
98a6aff4a8
@ -7,10 +7,6 @@
|
|||||||
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef cl_clang_storage_class_specifiers
|
|
||||||
#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vendor specific
|
* vendor specific
|
||||||
*/
|
*/
|
||||||
@ -28,11 +24,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef IS_AMD
|
#ifdef IS_AMD
|
||||||
#ifndef cl_clang_storage_class_specifiers
|
|
||||||
#pragma OPENCL EXTENSION cl_amd_media_ops : enable
|
#pragma OPENCL EXTENSION cl_amd_media_ops : enable
|
||||||
#pragma OPENCL EXTENSION cl_amd_media_ops2 : enable
|
#pragma OPENCL EXTENSION cl_amd_media_ops2 : enable
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NV specific
|
* NV specific
|
||||||
|
Loading…
Reference in New Issue
Block a user