mirror of
https://github.com/imezx/Warp.git
synced 2026-05-13 14:24:13 +00:00
chore(buffer): notices a significant faster for precomputing fp16
This commit is contained in:
parent
ba7d1dfb26
commit
13674fd8b0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue