jerryct created this revision.
Herald added subscribers: cfe-commits, Anastasia, yaxunl.
Hi,
this patch guards all missed half float functions based on the availabiltiy of
the OpenCL extension cl_khr_fp16.
Best regards,
Jerry
Repository:
rC Clang
https://reviews.llvm.org/D46501
Files:
Hi,
this patch guards all missed half float functions based on the availabiltiy of
the OpenCL extension cl_khr_fp16.
Best regards,
JerryIndex: lib/Headers/opencl-c.h
===
--- lib/Headers/opencl-c.h (revision 331598)
+++ lib/Head