diff options
author | pav <pav@FreeBSD.org> | 2005-08-29 22:40:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-08-29 22:40:22 +0800 |
commit | 5731a4ca567996a0d1ba5c9e64e8cc57ed525105 (patch) | |
tree | e11045dd45b49024908c641e049a5c9f10fd2e25 /math/Makefile | |
parent | d518ff05f46fed03baea82d3c7635c364fa354ed (diff) | |
download | freebsd-ports-graphics-5731a4ca567996a0d1ba5c9e64e8cc57ed525105.tar.gz freebsd-ports-graphics-5731a4ca567996a0d1ba5c9e64e8cc57ed525105.tar.zst freebsd-ports-graphics-5731a4ca567996a0d1ba5c9e64e8cc57ed525105.zip |
A portable fixed precision math library designed for very fast
exponentiations.
PR: ports/85044
Submitted by: Wesley Shields <wxs@csh.rit.edu>
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 021920f322d..7894bc11aa0 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 |