Author: Romaric Jodin Date: 2026-02-26T09:52:49Z New Revision: bc653c4f21d5ccaa884715d3faa84ef1c4761598
URL: https://github.com/llvm/llvm-project/commit/bc653c4f21d5ccaa884715d3faa84ef1c4761598 DIFF: https://github.com/llvm/llvm-project/commit/bc653c4f21d5ccaa884715d3faa84ef1c4761598.diff LOG: [libclc] add subnormals back to clspv (#183469) Added: Modified: libclc/opencl/lib/clspv/SOURCES Removed: ################################################################################ diff --git a/libclc/opencl/lib/clspv/SOURCES b/libclc/opencl/lib/clspv/SOURCES index ccfea5bd16ea4..0dec7e4fc86d0 100644 --- a/libclc/opencl/lib/clspv/SOURCES +++ b/libclc/opencl/lib/clspv/SOURCES @@ -74,3 +74,4 @@ shared/vstore_half.cl ../generic/math/tanh.cl ../generic/math/tanpi.cl ../generic/math/tgamma.cl +../generic/subnormal_config.cl _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
