std: update eval branch quotas after bdbc485

Also, update `std.math.Log2Int[Ceil]` to more efficient implementations
that don't use up so much damn quota!
This commit is contained in:
mlugg
2024-08-19 10:26:51 +01:00
parent ceb76b2ba7
commit 018262d537
8 changed files with 17 additions and 21 deletions
+1
View File
@@ -535,6 +535,7 @@ fn testUtf16CountCodepoints() !void {
}
test "utf16 count codepoints" {
@setEvalBranchQuota(2000);
try testUtf16CountCodepoints();
try comptime testUtf16CountCodepoints();
}