[flang-commits] [flang] [flang] IEEE_GET_UNDERFLOW_MODE, IEEE_SET_UNDERFLOW_MODE (PR #118551)

via flang-commits flang-commits at lists.llvm.org
Wed Dec 4 07:37:50 PST 2024


================
@@ -52,6 +52,11 @@ class TargetCharacteristics {
   }
   void set_areSubnormalsFlushedToZero(bool yes = true);
 
+  // Check if a given real kind, any real kind, or all real kinds have
+  // flushing control.
+  bool hasSubnormalFlushingControl(int kind, bool any = false) const;
+  void set_hasSubnormalFlushingControl(int kind, bool yes = true);
----------------
vdonaldson wrote:

I'm testing a change that splits this function into two overloads.

https://github.com/llvm/llvm-project/pull/118551


More information about the flang-commits mailing list