aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2019-10-08 10:46:50 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2019-10-08 10:46:50 +0100
commit39dc36a89c4580c06508b36302fb49a53549f31d (patch)
tree5585062f4ee17c79cafc40593f8f09103fa2305a /README
parent32fe1c5bf21821e1a87c0ff5e957aec066b622ec (diff)
downloadarm-optimized-routines-39dc36a89c4580c06508b36302fb49a53549f31d.tar.gz
Document subproject make targets in the README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index aa39416..32747ec 100644
--- a/README
+++ b/README
@@ -33,6 +33,11 @@ echo 'srcdir = path/to/src' >> config.mk
make
make check
+Or building and testing the math subproject only:
+
+make all-math
+make check-math
+
The test system requires libmpfr and libmpc.
For example on debian linux they can be installed as: