Changeset 65257bb in clfs-embedded for BOOK/cross-tools/common
- Timestamp:
- Aug 12, 2013, 8:36:13 PM (11 years ago)
- Branches:
- master
- Children:
- 288ef52
- Parents:
- aeb76e6
- git-author:
- Andrew Bradford <andrew@…> (08/06/13 02:27:17)
- git-committer:
- Andrew Bradford <andrew@…> (08/12/13 20:36:13)
- Location:
- BOOK/cross-tools/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gmp.xml
raeb76e6 r65257bb 20 20 21 21 <para>GMP is a library for arithmetic on arbitrary precision integers, 22 rational numbers, and floating-point numbers.</para> 22 rational numbers, and floating-point numbers. It is required in order to 23 build GCC.</para> 23 24 24 25 </sect2> -
BOOK/cross-tools/common/mpc.xml
raeb76e6 r65257bb 20 20 21 21 <para>MPC is a C library for the arithmetic of complex numbers with 22 arbitrarily high precision and correct rounding of the result.</para> 22 arbitrarily high precision and correct rounding of the result. It is 23 required in order to build GCC.</para> 23 24 24 25 </sect2> -
BOOK/cross-tools/common/mpfr.xml
raeb76e6 r65257bb 20 20 21 21 <para>The MPFR library is a C library for multiple-precision floating-point 22 computations with correct rounding.</para> 22 computations with correct rounding. It is required in order to build GCC. 23 </para> 23 24 24 25 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.