aco: try to use fma instead of mad when denormals are enabled
[mesa.git] / src / amd / compiler / aco_ir.h
index bd221ad6b617fece3adb16c3c9b57267c3740ad2..68d0b9bf4ceed9fce26c16e512fb6edff352818a 100644 (file)
@@ -1451,6 +1451,7 @@ public:
 
    bool xnack_enabled = false;
    bool sram_ecc_enabled = false;
+   bool has_fast_fma32 = false;
 
    bool needs_vcc = false;
    bool needs_flat_scr = false;