From 2a19f1990484b9efc36c107fe40580f6ad19c352 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Tue, 13 Feb 2018 17:08:29 +0100 Subject: [PATCH] Drop -m 6800 from no-unroll list in inc_vendor.cl --- OpenCL/inc_vendor.cl | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index 0346bb8a3..a7fbea489 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -147,9 +147,6 @@ #if KERN_TYPE == 6500 #undef _unroll #endif -#if KERN_TYPE == 6800 -#undef _unroll -#endif #if KERN_TYPE == 7100 #undef _unroll #endif