You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,7 @@ Boost.Decimal's design philosophy emphasizes ease of use, portability, and perfo
45
45
46
46
To make the library easy to consume, it requires only C++14 and is header-only with zero external dependencies.
47
47
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.
50
49
Our continuous integration pipeline ensures consistent numerical results across all supported platforms.
51
50
Performance is also a priority.
52
51
[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