[PATCH] D141863: [llvm][APFloat] Add NaN-in-negative-zero formats by AMD and GraphCore
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 09:16:27 PST 2023
mehdi_amini added inline comments.
================
Comment at: llvm/lib/Support/APFloat.cpp:76
+
+ // Represents the behavior in some 8-bit floating ponit types where NaN is
+ // represnted by the all-1s value
----------------
Typo: point
================
Comment at: llvm/lib/Support/APFloat.cpp:77
+ // Represents the behavior in some 8-bit floating ponit types where NaN is
+ // represnted by the all-1s value
+ AllOnes,
----------------
typo: represented
================
Comment at: llvm/lib/Support/APFloat.cpp:80
+
+ // Represents the behaviro in some 8-bit floating point types where NaN is
+ // represented by a sign bit of 1 and all 0s in the exponent (i.e. the
----------------
typo: behavior
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141863/new/
https://reviews.llvm.org/D141863
More information about the llvm-commits
mailing list