From bc653c4f21d5ccaa884715d3faa84ef1c4761598 Mon Sep 17 00:00:00 2001 From: Romaric Jodin Date: Thu, 26 Feb 2026 10:52:49 +0100 Subject: [PATCH] [libclc] add subnormals back to clspv (#183469) --- 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 ccfea5bd16ea..0dec7e4fc86d 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