From 83182c269dc85296d7297d37e0819459f1dcbaa6 Mon Sep 17 00:00:00 2001 From: Yohan Chatelain Date: Fri, 17 Mar 2023 15:56:45 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ca7e7..11f9606 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ version to another (see this [article](https://hal.inria.fr/hal-03141101v2/document)), one can use higher precision to ensure accurate intermediate computations. A new mode called `fast` was introduced in version v0.9.1 that is equivalent -to a MCA noise with a fixed virtual precision (t=24 for binary24, t=53 for binary64) +to a MCA noise with a fixed virtual precision (t=24 for binary32, t=53 for binary64) that cannot be changed. These modes specify the library used: - `fast`: uses the standard libm provided by the OS with a virtual precision fixed to the last bit (fastest)