ispc-rs
ispc-rs copied to clipboard
Rust library for build scripts to compile ISPC code into a Rust library
Hi, I would just like to report this when building with ISPC 1.25.1 ``` warning: [email protected]: (ISPC) Warning: The target avx512knl_x16 is deprecated and will be removed in the warning:...
We're back to debugging a performance regression on Apple Silicon since [ISPC 1.26](https://github.com/ispc/ispc/releases/tag/v1.26.0) where this new flag is mentioned. Despite not improving anything for us, let's add it in case...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
The [1.28 release just dropped](https://github.com/ispc/ispc/releases/tag/v1.28.0) and the compiler itself is now distributed as a library! I haven't looked at it myself yet (still busy just regenerating and profiling kernels), but...
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Release notes Sourced from bindgen's releases. v0.72.0 Added Report enums in ParseCallbacks. Refactor item_name method to use ItemInfo struct. Add...
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.9.0] - 2025-01-27 Security and unsafe Policy: "rand is not a crypto library" (#1514) Remove...