[clang] [llvm] [APFloat] Add APFloat support for FP4 data type (PR #95392)
Durgadoss R via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 11:12:31 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.
----------------
durga4github wrote:
Fixed in the latest revision :-)
https://github.com/llvm/llvm-project/pull/95392
More information about the cfe-commits
mailing list