Pete Brubaker

Results 64 comments of Pete Brubaker

> we should either fix it / bring to product quality As we've discussed, there are problems that could be helped with `soa` like transposing data. If we're going to...

@aneshlya any idea what's going on here?

Another example. See the division by `toPeak_len` https://ispc.godbolt.org/z/391Ghx81T

Hey thanks for reporting this! Sorry I didn't get back sooner, I was on vacation last week. Are "float3.ih" and "util.ih" in the same directory as the source file?

Has this been resolved?

Yeah, that does collapse the conversion instructions, but ideally I'd like to see a `vmovmaskps` instead of the inserts.

Hey @dbabokin is there any chance we can look at this one for the next release? Some of the code I'm working on right now is relatively short and does...

I ran into this one again with integers today. ``` uniform float reduce_weight = reduce_add(weight); uniform float reduce_col; reduce_col.x = reduce_add( col.x ); reduce_col.y = reduce_add( col.y ); reduce_col.z =...

@JeffRous I was dinking around with this again tonight and I was able to get the same output as you with much less casting. https://ispc.godbolt.org/z/5d9aMdaah ``` uniform QVec3 SetQVec3(uniform const...