Neil Henning

Results 79 comments of Neil Henning

Nope, I think you've covered it all @johnkslang. In theory it could be a constant as long as the value is only defined when the IHV driver consumes the SPIR-V,...

Yeah undefined behaviour seems like the natural thing here. I really don't want the compiler to work out that the uniformity the user requested has been broken, because that puts...

@jeffbolznv I think I agree with you that they should become inactive, but I guess where should we say this? I'm not sure amending the subgroup extension to define what...

What version of windows were you running on? The reason I ask is that I _thought_ that `CreateProcessA` supported UTF-8 on later Windows versions!

These would just be wrappers around me also traversing the linked list to find the key that matches. If you went for multiple keys it'd be very inefficient to do...

That should be doable in theory - I don't have any bandwidth to commit to doing it in the near term though.

I measure this with/without this change: ``` neil@MacBook-Air-2 build % hyperfine --warmup 10 "clang++ -I.. ../test/test.cpp -c" Benchmark 1: clang++ -I.. ../test/test.cpp -c Time (mean ± σ): 94.5 ms ±...

This looks similar to what #40 tried to fix.

If someone wants to try land a PR I'll gladly accept it!