From be8858756954812bfa374fcf8d594ac21e12ccd1 Mon Sep 17 00:00:00 2001 From: "David K. Zhang" Date: Wed, 27 Mar 2024 08:04:02 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e32fc6..4a9ef44 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ We use [two linear algebra tasks][11] to compare the performance of extended-pre The timings reported below are averages of 10 single-threaded runs performed on an Intel Core i9-11900KF processor using Julia 1.10.0. -| | MultiFloats
`Float64x2` | [`BigFloat`][2] | [`ArbFloat`][13] | [`Dec128`][14] | [`Double64`][4] | [`Float128`][3] | +| | MultiFloats
`Float64x2` | MPFR
[`BigFloat`][2] | Arb
[`ArbFloat`][13] | Intel
[`Dec128`][14] | Julia
[`Double64`][4] | libquadmath
[`Float128`][3] | |----------------|----------------------------|--------------------------|--------------------------|--------------------------|--------------------------|------------------------| | 400×400 `qr` | 0.276 sec | 7.311 sec
27× slower | 13.259 sec
48× slower | 11.963 sec
43× slower | 0.384 sec
1.4× slower | 1.399 sec
5× slower | | correct digits | 26.2 | 25.9 | 25.9 | 27.7 | 26.1 | 27.9 |