[clang] [llvm] [APFloat] Add APFloat support for FP4 data type (PR #95392)
Thorsten Schütt via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 08:59:44 PDT 2024
================
@@ -69,8 +69,8 @@ enum class fltNonfiniteBehavior {
// encodings do not distinguish between signalling and quiet NaN.
NanOnly,
- // This behavior is present in Float6E3M2FN and Float6E2M3FN types,
- // which do not support Inf or NaN values.
+ // This behavior is present in Float6E3M2FN, Float6E2M3FN and
+ // Float4E2M1FN types, which do not support Inf or NaN values.
----------------
tschuett wrote:
I would enjoy an Oxford comma, but feel free to ignore.
https://github.com/llvm/llvm-project/pull/95392
More information about the cfe-commits
mailing list