aboutsummaryrefslogtreecommitdiff
path: root/utils/TypePrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TypePrinter.h')
-rw-r--r--utils/TypePrinter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h
index e8831a354c..23e28d68a8 100644
--- a/utils/TypePrinter.h
+++ b/utils/TypePrinter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2023 Arm Limited.
+ * Copyright (c) 2017-2024 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -3330,7 +3330,7 @@ inline ::std::ostream &operator<<(::std::ostream &os, const experimental::dynami
{
os << "Settings="
<< "["
- << "FPMixedPrecision=" << settings.mixed_precision() << "]";
+ << "UseInfAsLimit=" << settings.use_inf_as_limit() << "]";
return os;
}