mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 15:48:08 +00:00
Remove OPENCL EXTENSION, failing on Intel OpenCL SDK
This commit is contained in:
parent
c19779dedf
commit
768ffbdad8
@ -3,8 +3,9 @@
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable
|
||||
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
||||
//fails on intel opencl sdk
|
||||
//#pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable
|
||||
//#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
||||
|
||||
/**
|
||||
* device type
|
||||
|
Loading…
Reference in New Issue
Block a user