Commit graph

5 commits

Author SHA1 Message Date
Pietro Cerutti
837a428a40 math/tomsfastmath: update to 0.13.1
Release notes:
https://github.com/libtom/tomsfastmath/releases/tag/v0.13.1
https://github.com/libtom/tomsfastmath/releases/tag/v0.13.0
2017-09-28 08:01:04 +00:00
Alexey Dokuchaev
63e4744348 Remove USE_GCC and fix the broken code instead. While gcc accepts %cc and
%memory, the syntax is wrong, since % is only used for registers.  Clang
currently rejects those constructs [1].  Similar fix was applied to NSS by
Mozilla team before [2].

While here: remove BROKEN for ia64/sparc64 where it builds (for powerpc use
BROKEN_powerpc), allow staging as regular user, GC stray MASTER_SITE_SUBDIR.

[1] http://llvm.org/bugs/show_bug.cgi?id=10365
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=671711
2014-06-09 04:25:02 +00:00
Renato Botelho
c48fc1ace2 * security/libtomcrypt
- Update to 1.12

* math/libtommath
  - Update to 0.39

* math/tomsfastmath
  - Update to 0.09

PR:		ports/98214
Submitted by:	maintainer
2006-05-31 18:06:35 +00:00
Sergey Matveychuk
f039f760bc - Remove -O3 optimization. It should fix fails on sparc64
PR:		ports/85610
Submitted by:	maintainer
2005-09-02 14:43:19 +00:00
Pav Lucistnik
341c6248ae A portable fixed precision math library designed for very fast
exponentiations.

PR:		ports/85044
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2005-08-29 14:40:22 +00:00