Note that per github.com/ziglang/zig/issues/19755, vectors in packed structs are going to be removed from the languageawww i use those to try simd-ing the values i parse directly without having to convert them first thats kinda sad
This is a partial resurrection of #10547 with an initially reduced scope and taking into account the packed struct changes since then. The status quo implementation of @bitSizeOf and @bitCast are i...
Because the optimal vector representation is highly target-dependent, it’s intended that vectors have ill-defined layout, meaning nothing about their in-memory representation, including their @sizeOf/@alignOf, is guaranteed.aw ok