@@ -3133,7 +3133,7 @@ fn cast(comptime op: anytype, comptime opts: struct { compare: Compare = .relaxe
31333133 try testArgs(i1024, u1025, 1 << 1024);
31343134 }
31353135 fn testFloats() !void {
3136- @setEvalBranchQuota(3_100 );
3136+ @setEvalBranchQuota(3_500 );
31373137
31383138 try testArgs(f16, f16, -nan(f16));
31393139 try testArgs(f16, f16, -inf(f16));
@@ -6387,7 +6387,7 @@ fn cast(comptime op: anytype, comptime opts: struct { compare: Compare = .relaxe
63876387 try testArgs(@Vector(3, i1024), @Vector(3, u1025), .{ 0, 1, 1 << 1024 });
63886388 }
63896389 fn testFloatVectors() !void {
6390- @setEvalBranchQuota(6_700 );
6390+ @setEvalBranchQuota(7_500 );
63916391
63926392 try testArgs(@Vector(1, f16), @Vector(1, f16), .{
63936393 1e0,
@@ -6890,7 +6890,7 @@ fn cast(comptime op: anytype, comptime opts: struct { compare: Compare = .relaxe
68906890 });
68916891 }
68926892 fn testIntsFromFloats() !void {
6893- @setEvalBranchQuota(2_600 );
6893+ @setEvalBranchQuota(2_700 );
68946894
68956895 try testArgs(i8, f16, -0x0.8p8);
68966896 try testArgs(i8, f16, next(f16, -0x0.8p8, -0.0));
0 commit comments