mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +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:
|
||
|---|---|---|
| .. | ||
| examples | ||
| executor.h | ||
| executor_genx.c | ||
| executor_genx.h | ||
| executor_macros.c | ||
| executor_main.c | ||
| meson.build | ||