microsoft / OpenCLOn12

The OpenCL-on-D3D12 mapping layer
MIT License
104 stars 13 forks source link

Hide -cl-denorms-are-zero from Clang args #28

Closed jenatali closed 1 year ago

jenatali commented 2 years ago

Clang doesn't implement -cl-denorms-are-zero, but it's required to be supported by the CL API spec. Remove it from Clang args to prevent compilation failures.