Jon Kennedy

Results 2 issues of Jon Kennedy

So many mistakes are made due to the default 'varying' decoration on a type when no decoration is given, that there should be a warning for it - disabled by...

Quality of Life

Would like the following shuffle to map directly to the packed int8 shuffle instruction on x86 `vpshufb` ``` int transpose(int val) { int ret; const uniform int8 SIMD_SHUFFLE_SCANLINE_TO_SUBTILES[] = {...

Standard Library