Dmitry Babokin
Dmitry Babokin
Would you mind rebasing this branch?
Heh, that's an interesting request. This is probably the first time people ask to disable 32-bit support in ISPC. Note, that this is not about host platform, but about target...
The error message is misleading. Actually we do need an lvalue to pass it as a reference. This works the same way for uniform and varyings. But for varying the...
I think this kind of change is too disturbing and might and will break existing customers. I'm not sure what was the original intent of this design. One constrain for...
> I'm currently working on a mod that optimizes mainly world generation of Minecraft privately and impressed by the high performance of ISPC generated code. Thanks for kind words and...
So, you use `mingw` for local Linux builds, but you've said it's for testing only. Does this mean that you build Windows releases differently? Do you use `mingw` for the...
> What part of ISPC standard library (or runtime?) requires headers from `-isystem${ISPC_MINGW_PATH}/${debian_triple}/include`. I wish we documented this part better, as this question comes up regularly. The only dependency on...
What is i586? Is it 32 bit x86?
Going forward we'd like to maintain a set of Dockerfiles with the platforms that we care about, so we can test all combinations before the release. We have `centos`, `ubuntu`...
> Even though it says 'no MMX support' this is just a baseline, and these binaries would run on any 32-bit x86 with any extensions. Yeah, "no MMX" part is...