Parker Liu

Results 4 comments of Parker Liu

I had fix this issue, please reference the PR https://github.com/jwiegley/c2hsc/pull/42.

@Validark The packSelect function cannot be implemented using the following method. Can you provide detailed code? > However, this effect can already be achieved by creating a mask with std.simd.iota(u8,...

@Validark Thanks for you help? I am writing a vectorized parallel program. This program is used for multiple CPU target platforms, so I want a packSelect function that can be...

@Validark I used the general simd instruction to implement the packSelect function by table lookup method. The source code file is in bellow link, could you review the code? [https://github.com/flyfish30/zig-basic/blob/main/src/pack_select.zig](url)