From 4e2f56765496d22bdc0c98a90183178678b05283 Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 4 Sep 2018 11:43:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54bfab4..3a76ed7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # sfpy softfloat and softposit in Python * support for softfloat float16, float32, and float64 - * support for softposit posit8, quire8, posit16, and quire16 + * support for softposit posit8, quire8, posit16, quire16, posit32, and quire32 ## Installation On most linux distros with CPython 2.7, 3.4, 3.5, 3.6, or 3.7, sfpy should work out of the box: -- 2.30.2