|
ispc
☆
« Back to VersTracker
|
||||||||||||||||||||||||||||||
|
Description: Compiler for SIMD programming on the CPU |
||||||||||||||||||||||||||||||
| Type: Formula | Tracked Since: Dec 28, 2025 | ||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||||||||||||||||||||||
| Category: Developer tools | ||||||||||||||||||||||||||||||
| Tags: compiler simd vectorization performance hpc c | ||||||||||||||||||||||||||||||
| Install: brew install ispc | ||||||||||||||||||||||||||||||
|
About: ISPC (Intel SPMD Program Compiler) is a compiler for writing data-parallel programs using a variant of the C programming language. It automatically exploits the SIMD instruction sets available on modern processors, generating highly optimized code for SSE, AVX, and AVX512 architectures. This allows developers to achieve significant performance gains in computational workloads without writing low-level intrinsics. |
||||||||||||||||||||||||||||||
Key Features:
|
||||||||||||||||||||||||||||||
Use Cases:
|
||||||||||||||||||||||||||||||
Alternatives:
|
||||||||||||||||||||||||||||||
| Version History | ||||||||||||||||||||||||||||||
|