mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-04 06:46:20 -04:00
29b488245d
* skip installing std/rand_test.zig as it's not needed beyond running the std lib tests * add std.math.floor function * add setFloatMode builtin function to choose between builtin.FloatMode.Optimized (default) and builtin.FloatMode.Strict (Optimized is equivalent to -ffast-math in gcc)