From: neheb Date: Mon, 2 May 2016 00:39:44 +0000 (-0700) Subject: Remove clang extension X-Git-Tag: v3.00-beta~51^2 X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=0397d4f0e0a35e15e1ad4d0420c48cfc6ea96779 Remove clang extension It's only needed for using the static keyword. Since you removed those, clover builds it fine without it. Also removed the check since Mesa is considered IS_GENERIC now. --- diff --git a/include/kernel_vendor.h b/include/kernel_vendor.h index dcf8db3..d2ffb59 100644 --- a/include/kernel_vendor.h +++ b/include/kernel_vendor.h @@ -7,10 +7,6 @@ #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 */ @@ -28,11 +24,9 @@ */ #ifdef IS_AMD -#ifndef cl_clang_storage_class_specifiers #pragma OPENCL EXTENSION cl_amd_media_ops : enable #pragma OPENCL EXTENSION cl_amd_media_ops2 : enable #endif -#endif /** * NV specific