mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 14:30:26 +01:00
In float pointing rules adding +0.0f preserves all values except
for -0.0f, so what we want here is to add -0.0f. In the future
we should add proper support for float immediates in the assembler.
Fixes:
|
||
|---|---|---|
| .. | ||
| bfi.lua | ||
| bfloat.lua | ||
| dp4a.lua | ||
| gfx30.scalar_reg.lua | ||
| help_example.lua | ||
| nop.lua | ||
| test.lua | ||