gecko-dev/modules/fdlibm
Tooru Fujisawa 6d6b4cf34d Bug 1789560 - Do not define unused float_t type in fdlibm. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D157540
2022-10-11 03:56:16 +00:00
..
patches Bug 1789560 - Do not define unused float_t type in fdlibm. r=glandium 2022-10-11 03:56:16 +00:00
src Bug 1789560 - Do not define unused float_t type in fdlibm. r=glandium 2022-10-11 03:56:16 +00:00
README.mozilla Bug 1595259 - Part 3: Update fdlibm to 369ea0520a3061c07400d7cd32172efb6af39815. r=mgaudet 2022-08-10 07:00:31 +00:00
import.sh Bug 531915 - part 1 - update fdlibm to import files needed for sin, cos, and tan r=arai 2021-08-13 11:57:05 +00:00
moz.build
update.sh Bug 1595259 - Part 1: Use python3 in modules/fdlibm/update.sh. r=mgaudet 2022-08-10 07:00:30 +00: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
or
  sh update.sh <sha-commit>
from within the modules/fdlibm directory.

Current version: [commit 369ea0520a3061c07400d7cd32172efb6af39815 (2022-08-04T17:33:34Z)].

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