Bug 1867190 - Add prefs for PHC probablities r=glandium
[gecko.git] / js / src / intgemm / README_MOZILLA
blob3cf857b16682e6cb3d0db4294e057c8f9bc9d9fd
1 This directory contains build files for the gemmology reference implementation.
2 The actual library source is in $TOPSRCDIR/third_party/gemmology/
4 Any patches or additional configuration to be applied to the
5 upstream source should be kept in $TOPSRCDIR/third_party/gemmology/.
7 To update the library source and build config files, execute
9   ./mach vendor third_party/gemmology/moz.yaml
11 To update to a specific upstream git tag or commit, use
13   ./mach vendor third_party/gemmology/moz.yaml -r <commit>
15 The upstream git repository is https://github.com/mozilla/gemmology
17 To view the information about the current version, check the
18 'origin' section of moz.yaml.