summaryrefslogtreecommitdiff
path: root/math/tomsfastmath/files/patch-makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-28math/tomsfastmath: update to 0.13.1Pietro Cerutti1-19/+20
Release notes: https://github.com/libtom/tomsfastmath/releases/tag/v0.13.1 https://github.com/libtom/tomsfastmath/releases/tag/v0.13.0
2014-06-09Remove USE_GCC and fix the broken code instead. While gcc accepts %cc andAlexey Dokuchaev1-3/+18
%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
2006-05-31* security/libtomcryptRenato Botelho1-6/+6
- Update to 1.12 * math/libtommath - Update to 0.39 * math/tomsfastmath - Update to 0.09 PR: ports/98214 Submitted by: maintainer
2005-09-02- Remove -O3 optimization. It should fix fails on sparc64Sergey Matveychuk1-2/+11
PR: ports/85610 Submitted by: maintainer
2005-08-29A portable fixed precision math library designed for very fastPav Lucistnik1-0/+16
exponentiations. PR: ports/85044 Submitted by: Wesley Shields <wxs@csh.rit.edu>