diff options
author | Wade Walker <[email protected]> | 2015-04-22 19:33:55 -0500 |
---|---|---|
committer | Wade Walker <[email protected]> | 2015-11-08 14:05:27 -0600 |
commit | 2cef8bb275deb1e003c9c4b0e911cdc0195970d7 (patch) | |
tree | bfee9c73ea93634db33e510ea83bf3f08f416c8f /make/config | |
parent | baef9bd212f6f7c24185254ba1755d3d83c057f9 (diff) |
Upgrade OpenCL headers to standard Khronos version 1.1
They were previously a pre-release version of 1.1 that had some manual
changes and upgrades. This moves to the canonical versions downloaded
from khronos.org.
Diffstat (limited to 'make/config')
-rw-r--r-- | make/config/cl-common.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/cl-common.cfg b/make/config/cl-common.cfg index 74478bb9..2310d2b5 100644 --- a/make/config/cl-common.cfg +++ b/make/config/cl-common.cfg @@ -127,5 +127,6 @@ TagNativeBinding true # platform dependent extensions Ignore .*APPLE.* +Ignore .*QCOM.* Ignore nanf |