Skip to content

Commit dc2969b

Browse files
authored
Merge pull request itanium-cxx-abi#53 from MaskRay/ieee
IEEE 758 -> IEEE 754
2 parents 5f85a6e + facb0e3 commit dc2969b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5205,7 +5205,7 @@ <h5><a href="#mangling.literal">5.1.6.1 Literals</a></h5>
52055205
Floating-point literals are encoded using a fixed-length lowercase
52065206
hexadecimal string corresponding to the internal representation,
52075207
high-order bytes first. For example: "Lf bf800000 E" is -1.0f on
5208-
platforms conforming to IEEE 758.
5208+
platforms conforming to IEEE 754.
52095209

52105210
<p>
52115211
The encoding for a literal of an enumerated type is the encoding of the

0 commit comments

Comments
 (0)