mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-07-04 04:22:51 -04:00
16dbb960fc
* std.crypto: faster ghash and polyval on WebAssembly Before: 91 MiB/s After : 243 MiB/s Some other platforms might benefit from this, but WebAssembly is the obvious one (simd128 doesn't make a difference).