gecko-dev/modules/fdlibm
Chris Peterson 11ef78ae89 Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj
--HG--
rename : mfbt/Endian.h => mfbt/EndianUtils.h
2016-05-22 13:31:11 -07:00
..
patches Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj 2016-05-22 13:31:11 -07:00
src Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj 2016-05-22 13:31:11 -07:00
README.mozilla Bug 1272640: Apply meta-patches to fdlibm/; r=arai 2016-05-19 16:05:34 +02:00
import.sh Bug 1272640: Update update.sh to import s_truncf.cpp into fdlibm/; r=arai 2016-05-19 16:20:19 +02:00
moz.build Backed out changeset c91821911d55 (bug 933257) 2016-03-15 08:15:09 +09: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

README.mozilla

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 9e7434b2c5c2ce4f2a9aa3e84de3e7cf33a910d5].

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