aboutsummaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-08 17:44:32 +0200
committerMattias Andrée <maandree@kth.se>2016-05-08 17:44:32 +0200
commite59c5e3120b30addac913d253160ef09c43bab27 (patch)
tree4e8c660e49f52d453e5476a1a9e3456fa61d29e5 /STATUS
parentImprove makefile (diff)
downloadlibzahl-e59c5e3120b30addac913d253160ef09c43bab27.tar.gz
libzahl-e59c5e3120b30addac913d253160ef09c43bab27.tar.bz2
libzahl-e59c5e3120b30addac913d253160ef09c43bab27.tar.xz
Fix typos found by Marc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS6
1 files changed, 3 insertions, 3 deletions
diff --git a/STATUS b/STATUS
index 56b92e7..49a2498 100644
--- a/STATUS
+++ b/STATUS
@@ -70,7 +70,7 @@ zabs(a, a) .............. 34 % (clang) or 8 % (gcc) of tomsfastmath
The following functions are probably implemented optimally
- or close to optimally, except they contains some code that
+ or close to optimally, except they contain some code that
should not be necessary after some bugs have been fixed:
zbits ................... always fastest
@@ -89,13 +89,13 @@ zcmpmag ................. always fastest <<suspicious, see zcmp>>
The following functions could be optimised further:
-zrsh .................... mp is almost always faster; also tomsfastmath after ~3000 (gcc+glibc) or ~2800 (clang)
+zrsh .................... gmp is almost always faster; also tomsfastmath after ~3000 (gcc+glibc) or ~2800 (clang)
zsub_unsigned ........... always fastest (compared against zsub too)
zsub .................... always fastest (slower with gcc+glibc than gcc+musl or clang)
The following functions could probably be optimised further,
- but there performance can be significantly improved by
+ but their performance can be significantly improved by
optimising their dependencies:
zmul .................... slowest