You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2025. It is now read-only.
It looks to me like there is a unit mismatch here. std.atomic.cache_line is measured in bits, while @sizeOf(f32) is in bytes. Perhaps you are looking for @bitSizeOf(f32)? Or you could use std.simd.suggestVectorLength(), which does something similar.