Arina's Avatar

Arina

@aneshlya

ISPC maintainer @Intel. All opinions are my own. https://github.com/ispc/ispc

24
Followers
17
Following
2
Posts
23.11.2024
Joined
Posts Following

Latest posts by Arina @aneshlya

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...

07.02.2025 18:30 ๐Ÿ‘ 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

24.01.2025 21:42 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0