Jérôme Richard

Results 12 issues of Jérôme Richard

Hello, There is no `avx2-i64x8` target in ISPC while there is a `avx2-i32x16` target to enable double-pumping on 32-bit codes. While ISPC is mainly design to speed up 32-bit codes,...

Performance

Hello, When a function is exported, ISPC usually generates 2 implementations. One which can be called from outside the translation unit (eg. from a C/C++ code) and a local one....