[PATCH] Driver: Implement -cl-denorms-are-zero

Tom Stellard tom at stellard.net
Tue Aug 19 10:21:43 PDT 2014


Hi,

The attached patch adds support for the OpenCL option -cl-denorms-are-zero.
The spec defines this flag as an optimization hint, and it is up to the
compiler to decided whether or not to flush denormals.  For now, this flag
is a no-op.

-Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Driver-Implement-cl-denorms-are-zero.patch
Type: text/x-diff
Size: 1620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140819/a24d5573/attachment.patch>


More information about the cfe-commits mailing list