[flang-commits] [flang] [flang] Subnormal arguments to and results from SPACING (PR #108861)

Pete Steinfeld via flang-commits flang-commits at lists.llvm.org
Mon Sep 16 12:57:20 PDT 2024


================
@@ -88,12 +88,16 @@ struct MaxOrMinIdentity<TypeCategory::Real, 16, IS_MAXVAL,
 
 // Minimum finite representable value.
 // For floating-point types, returns minimum positive normalized value.
-template <typename T> struct MinValue {
+template <int PREC, typename T> struct MinValue {
----------------
psteinfeld wrote:

The template argument "PREC" isn't used.  Did you mean to do something with it?

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


More information about the flang-commits mailing list