Skip to content

Commit a47a1c1

Browse files
authored
Update README.md
1 parent e8a4c6b commit a47a1c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Portable implementations of signed and unsigned 128-bit integers
33

44
# Notice
55

6-
Decimal is under active development and is not an official boost library.
6+
int128 is under active development and is not an official boost library.
77

88
# How To Use The Library
99

@@ -12,7 +12,7 @@ Simply `#include` it and use it.
1212

1313
# Supported Platforms
1414

15-
Boost.Decimal is tested natively on Ubuntu (x86_64, s390x, and aarch64), macOS (x86_64, and Apple Silicon), and Windows (x32 and x64);
15+
Boost.Int128 is tested natively on Ubuntu (x86_64, s390x, and aarch64), macOS (x86_64, and Apple Silicon), and Windows (x32 and x64);
1616
as well as emulated PPC64LE and STM32 using QEMU with the following compilers:
1717

1818
* GCC 5 and later
@@ -37,7 +37,7 @@ struct int128_t;
3737
3838
These types operate like built-in integer types.
3939
They have their own implementations of the Standard-Library functions
40-
(e.g. like those found in `<limits>`, `<iostream>`, etc.).
40+
(e.g. like those found in `<limits>`, `<iostream>`, `<bit>` etc.).
4141
4242
The entire library can be conveniently included with `#include <boost/int128.hpp>`
4343

0 commit comments

Comments
 (0)