Skip to content

Releases: Trevor-Strong/zig-libvec

0.3.0

09 Nov 17:20

Choose a tag to compare

0.3.0 Pre-release
Pre-release
  • Fixes for zig 0.14.0 changes to @typeInfo
  • removed bitCast, just use @bitCast
  • eqlScalar now returns a bool instead of a vector. This makes it consistant with the other eql function in the library. If you want the previous behavior, just do vector == vec.splat(len(@TypeOf(vector), scalar)