Releases: Trevor-Strong/zig-libvec
Releases · Trevor-Strong/zig-libvec
0.3.0
- Fixes for zig 0.14.0 changes to
@typeInfo - removed
bitCast, just use@bitCast eqlScalarnow returns a bool instead of a vector. This makes it consistant with the othereqlfunction in the library. If you want the previous behavior, just dovector == vec.splat(len(@TypeOf(vector), scalar)