x86_64 blender

This commit is contained in:
2025-08-18 13:48:22 +03:00
parent 493368a423
commit c9ad1d2832
4 changed files with 25 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
diff -Naur ispc-1.17.0.org/CMakeLists.txt ispc-1.17.0/CMakeLists.txt
--- ispc-1.17.0.org/CMakeLists.txt 2022-01-15 01:35:15 -0700
+++ ispc-1.17.0/CMakeLists.txt 2022-02-12 12:44:24 -0700
--- ispc-1.17.0.org/CMakeLists.txt 2022-01-15 11:35:15.000000000 +0300
+++ ispc-1.17.0/CMakeLists.txt 2025-08-17 23:51:29.551323047 +0300
@@ -36,8 +36,12 @@
cmake_minimum_required(VERSION 3.13)
@@ -64,9 +64,20 @@ diff -Naur ispc-1.17.0.org/CMakeLists.txt ispc-1.17.0/CMakeLists.txt
# Build target for utility checking host ISA
if (ISPC_INCLUDE_UTILS)
add_executable(check_isa "")
diff -Naur ispc-1.17.0.org/src/target_registry.h ispc-1.17.0/src/target_registry.h
--- ispc-1.17.0.org/src/target_registry.h 2022-01-15 11:35:15.000000000 +0300
+++ ispc-1.17.0/src/target_registry.h 2025-08-17 23:52:08.015586903 +0300
@@ -42,6 +42,7 @@
#include <bitset>
#include <map>
#include <vector>
+#include <cstdint>
namespace ispc {
// Some background information useful for understanding how this works.
diff -Naur ispc-1.17.0.org/cmake/GenerateBuiltins.cmake ispc-1.17.0/cmake/GenerateBuiltins.cmake
--- ispc-1.17.0.org/cmake/GenerateBuiltins.cmake 2022-01-15 01:35:15 -0700
+++ ispc-1.17.0/cmake/GenerateBuiltins.cmake 2022-02-12 12:44:24 -0700
--- ispc-1.17.0.org/cmake/GenerateBuiltins.cmake 2022-01-15 11:35:15.000000000 +0300
+++ ispc-1.17.0/cmake/GenerateBuiltins.cmake 2025-08-17 23:51:29.551323047 +0300
@@ -124,6 +124,8 @@
if ("${bit}" STREQUAL "32" AND ${arch} STREQUAL "x86")