aboutsummaryrefslogtreecommitdiff
path: root/utils/TypePrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TypePrinter.h')
-rw-r--r--utils/TypePrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h
index 23e28d68a8..41ac11801f 100644
--- a/utils/TypePrinter.h
+++ b/utils/TypePrinter.h
@@ -3601,7 +3601,7 @@ inline ::std::ostream &operator<<(::std::ostream &os, const arm_compute::CpuMatM
{
os << "CpuMatMulSettings="
<< "["
- << "fast_math=" << settings.fast_math() << "]";
+ << "fast_math=" << settings.fast_math() << ",fixed_format=" << settings.fixed_format() << "]";
return os;
}