diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index d02e19d87..d13c145b2 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -111,9 +111,6 @@ #if KERN_TYPE == 7400 #undef _unroll #endif -#if KERN_TYPE == 7900 -#undef _unroll -#endif #if KERN_TYPE == 8200 #undef _unroll #endif @@ -165,6 +162,9 @@ #if KERN_TYPE == 3200 #undef _unroll #endif +#if KERN_TYPE == 7900 +#undef _unroll +#endif #if KERN_TYPE == 10500 #undef _unroll #endif