mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 23:00:34 +01:00
In DXIL, the FMA instruction only supports 64-bit operations. However, back when we implemented support for this, there were only a single switch for lowering all ffma instructions, so we couldn't easily use it. But now that there's separate flags to lower ffma on 16, 32 and 64 bit, we can lower 16 and 32 bit ffmas, and leave 64 bit ffmas alone. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8349> |
||
|---|---|---|
| .. | ||
| clc | ||
| compiler | ||
| resource_state_manager | ||
| spirv_to_dxil | ||
| meson.build | ||