https://github.com/rjodinchr updated https://github.com/llvm/llvm-project/pull/183469
>From 2b5c2b41c51ca74f57ca4ce21fd417df44d5e181 Mon Sep 17 00:00:00 2001 From: Romaric Jodin <[email protected]> Date: Thu, 26 Feb 2026 08:42:09 +0100 Subject: [PATCH] [libclc] add subnormals back to clspv --- libclc/opencl/lib/clspv/SOURCES | 1 + 1 file changed, 1 insertion(+) diff --git a/libclc/opencl/lib/clspv/SOURCES b/libclc/opencl/lib/clspv/SOURCES index ccfea5bd16ea49..0dec7e4fc86d05 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
