diff options
author | 2011-05-30 20:25:04 +0000 | |
---|---|---|
committer | 2011-05-30 20:25:04 +0000 | |
commit | 3fcbce0ec83de978d12df35c8962b0f183a1f51b (patch) | |
tree | 5f76a926072d9e3c1b8ae01438019ab93a0ccad6 | |
parent | Import regression test vectors from the Cephes math library. This (diff) | |
download | wireguard-openbsd-3fcbce0ec83de978d12df35c8962b0f183a1f51b.tar.xz wireguard-openbsd-3fcbce0ec83de978d12df35c8962b0f183a1f51b.zip |
Add cephes, and lgamma.
-rw-r--r-- | regress/lib/libm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/lib/libm/Makefile b/regress/lib/libm/Makefile index 109baa0258f..add1fffa523 100644 --- a/regress/lib/libm/Makefile +++ b/regress/lib/libm/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 2011/04/17 10:51:32 martynas Exp $ +# $OpenBSD: Makefile,v 1.11 2011/05/30 20:25:04 martynas Exp $ -SUBDIR+= exp floor fpaccuracy nextafter rint round tgamma toint trivial1 +SUBDIR+= cephes exp floor fpaccuracy lgamma nextafter rint round \ + tgamma toint trivial1 install: |