chore(buffer): notices a significant faster for precomputing fp16

This commit is contained in:
khtsly 2026-04-09 00:00:43 +07:00
parent ba7d1dfb26
commit 13674fd8b0

View file

@ -95,9 +95,9 @@ do
value = sign * (1 + mantissa / 1024) * math.ldexp(1, exponent - 15)
end
F16_LOOKUP[raw + 1] = value
if raw % 8192 == 0 then
task.wait()
end
-- if raw % 8192 == 0 then
-- task.wait()
-- end
end
end