Advertisement ยท 728 ร— 90

Posts by Arina

Preview
Release === v1.26.0 === (6 February 2025) ยท ispc/ispc ISPC release featuring improved ARM support, new "generic" targets that simplify ISPC's internal design and streamline the addition of new targets, improved code generation across x86 and ARM, and ...

๐Ÿš€ New ISPC v1.26.0 Release! ๐Ÿš€
๐Ÿ”น Improved ARM support & performance
๐Ÿ”น New "generic" targets simplify ISPC design & ease new targets support
๐Ÿ”น Better code generation for x86 & ARM
๐Ÿ”น Lots of stability fixes
github.com/ispc/ispc/re...

1 year ago 3 1 0 0
Preview
Compiler Explorer - ispc (ispc 1.25.3) // Type your code here, or load an example. varying int square_even(varying int num) { if (num % 2 != 0) { return num * num; } else { return num; } } extern "C" uniform in...

Compiler Explorer supports now executing of ISPC! ๐Ÿฅณ
ispc.godbolt.org/z/1n9MxYojY #ispc

1 year ago 1 0 0 0