gecko-dev/modules/fdlibm
Benjamin Bouvier 92f99e505e Bug 1303085: updates meta-patches after adding rint/rintf/nearbyint/nearbyintf; r=arai
MozReview-Commit-ID: LLDpA6SplXi

--HG--
extra : rebase_source : 2c3450a39832ef71144cb212c3aa04ed66da7f79
extra : histedit_source : 61089440a402dced2d4bbfc41599ea751eec1abb
2016-09-15 20:50:09 +02:00
..
patches Bug 1303085: updates meta-patches after adding rint/rintf/nearbyint/nearbyintf; r=arai 2016-09-15 20:50:09 +02:00
src Bug 1303085: Add nearbyint/nearbyintf to fdlibm; r=arai 2016-09-15 20:57:47 +02:00
import.sh Bug 1303085: Add nearbyint/nearbyintf to fdlibm; r=arai 2016-09-15 20:57:47 +02:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
README.mozilla Bug 1303085: Add nearbyint/nearbyintf to fdlibm; r=arai 2016-09-15 20:57:47 +02:00
update.sh Bug 1272640: Update update.sh to import s_truncf.cpp into fdlibm/; r=arai 2016-05-19 16:20:19 +02:00

This is the fdlibm library imported from
https://github.com/freebsd/freebsd

Upstream code can be viewed at
  https://github.com/freebsd/freebsd/tree/master/lib/msun/src

Each file is downloaded separately, as cloning whole repository takes so much
resources.

The in-tree copy is updated by running
  sh update.sh
from within the modules/fdlibm directory.

Current version: [commit f2287da07ac7a26ac08745cac66eec82ab9ba384].

patches 01-14 fixes files to be usable within mozilla-central tree.
See https://bugzilla.mozilla.org/show_bug.cgi?id=933257