Results 113 comments of aneshlya

Hi @karna48, thanks for reporting this issue. Compiler should not crash in this case. Seems that splitting the expression helps: https://ispc.godbolt.org/z/vj5Y7Eren BTW do you expect to have uniform pointer or...

> Still the compiler frontend should be able to handle a 2 pointer casts and one index operation. Sure, that's a bug.

I think it would be more beneficial here to use shore vector for `result`. `uniform float result`. In this case you may expect a broadcast. https://godbolt.org/z/nYc7oY4oo

`--emit-c++` feature was not fully functional and we don't have any plans to restore it right now. If you want to explore what intrinsics could be used on C++ side,...

> Is this a similar issue? Yes, it is. It is important to have continuous location in memory. https://godbolt.org/z/19KeT5Eeq

I believe the issue was resolved with Xcode 15.1 so I'm closing this. If the issue remains, feel free to re-open it.

svm.block.ld/svm.block.st should be replaced with loads/stores is fixed by https://github.com/ispc/ispc/pull/2545

@ScatteredRay, thanks! I think it looks great! Several comments: 1. It might be beneficial to include an optional `architecture` input parameter, applicable for Linux/MacOS packages. 2. Ideally, the `version` parameter...

@ScatteredRay, I created a repo under ispc org: https://github.com/ispc/install-ispc-action. Feel free to contribute there. > Also, would like a slightly better test case then just running --version, Anything in mind?...

install-ispc-action was merged: https://github.com/ispc/install-ispc-action/pull/3