clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
843 stars 237 forks source link

Protect pragma in preprocessor macro by using _Pragma. clang 3.7 will… #216

Closed iotamudelta closed 8 years ago

iotamudelta commented 8 years ago

… not allow compilation of the code otherwise (found on FreeBSD-CURRENT).

The solution employed here is equivalent to the one used in #189.