Skip to content

Commit c1fc3f3

Browse files
committed
Fix Arno review comment
1 parent 24e7b21 commit c1fc3f3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

paper/paper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Boost.Decimal's design philosophy emphasizes ease of use, portability, and perfo
4545

4646
To make the library easy to consume, it requires only C++14 and is header-only with zero external dependencies.
4747
Users can simply clone the repository, add `#include <boost/decimal.hpp>`, and begin using the library, even with older toolchains such as `clang++-6`.
48-
Portability is a primary design concern.
49-
We test the library on all three major operating system families (Linux, Windows, and macOS) across a variety of architectures: x86-32, x86-64, ARM32, ARM64, S390X, and PPC64LE.
48+
Portability is a primary design concern, so we test the library on all three major operating system families (Linux, Windows, and macOS) across a variety of architectures including: x86-32, x86-64, ARM32, ARM64, S390X, and PPC64LE.
5049
Our continuous integration pipeline ensures consistent numerical results across all supported platforms.
5150
Performance is also a priority.
5251
[Extensive benchmarking](https://develop.decimal.cpp.al/benchmarks.html) demonstrates that Boost.Decimal outperforms both the Intel and IBM libraries in many operations across a variety of platforms.

0 commit comments

Comments
 (0)