From 1038a46b2b3aca7b9f52773fbc6d8e4af1c73b28 Mon Sep 17 00:00:00 2001 From: Arina Neshlyaeva Date: Wed, 5 Feb 2025 10:14:01 -0800 Subject: [PATCH] ispc: use latest available version --- get_ispc.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_ispc.cmake b/get_ispc.cmake index 75e3138..fe9a372 100644 --- a/get_ispc.cmake +++ b/get_ispc.cmake @@ -1,7 +1,7 @@ -## Copyright 2021-2024 Intel Corporation +## Copyright 2021-2025 Intel Corporation ## SPDX-License-Identifier: Apache-2.0 -set(ISPC_VERSION 1.23.0 CACHE STRING "") +set(ISPC_VERSION 1.25.3 CACHE STRING "") set(SUBPROJECT_NAME ispc-v${ISPC_VERSION})