[PATCH] D22637: [OpenCL] Add extension cl_khr_mipmap_image to clang
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 21 11:46:51 PDT 2016
yaxunl added inline comments.
================
Comment at: include/clang/Basic/OpenCLExtensions.def:73
@@ -72,2 +72,3 @@
OPENCLEXT_INTERNAL(cl_khr_terminate_context, 200, ~0U)
+OPENCLEXT_INTERNAL(cl_khr_mipmap_image, 200, ~0U)
----------------
Better to follow the alphabetical order.
Repository:
rL LLVM
https://reviews.llvm.org/D22637
More information about the cfe-commits
mailing list