diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-29 14:40:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-29 14:40:22 +0000 |
commit | 341c6248aed73f05ed8e75174c10508d050f1a34 (patch) | |
tree | c5ab0cb3ae246f816d438d369bb71ab51d214b40 /math/Makefile | |
parent | Add vii 4.0, execute a command repeatedly and scroll the output. (diff) |
A portable fixed precision math library designed for very fast
exponentiations.
PR: ports/85044
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Notes
Notes:
svn path=/head/; revision=141334
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 021920f322d5..7894bc11aa0b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -261,6 +261,7 @@ SUBDIR += surf SUBDIR += taucs SUBDIR += thx_1138 + SUBDIR += tomsfastmath SUBDIR += topaz SUBDIR += triangle SUBDIR += tvmet |