Files
zig/lib/std/simd.zig
Dan Ellis Echavarria 924679abc4 std.simd: change T to u16
The `element_bit_size` would break if `T` was signed due to `ceilPowerOfTwo` only working on unsigned numbers.
2022-09-07 15:22:30 +03:00

22 KiB