beta-0.89.2
[luatex.git] / source / libs / gmp / gmp-src / mpn / m88k / README
blob1b51e83079e9794014c217c218878f8657fefd0b
1 Copyright 2003 Free Software Foundation, Inc.
3 This file is part of the GNU MP Library.
5 The GNU MP Library is free software; you can redistribute it and/or modify
6 it under the terms of either:
8   * the GNU Lesser General Public License as published by the Free
9     Software Foundation; either version 3 of the License, or (at your
10     option) any later version.
14   * the GNU General Public License as published by the Free Software
15     Foundation; either version 2 of the License, or (at your option) any
16     later version.
18 or both in parallel, as here.
20 The GNU MP Library is distributed in the hope that it will be useful, but
21 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
23 for more details.
25 You should have received copies of the GNU General Public License and the
26 GNU Lesser General Public License along with the GNU MP Library.  If not,
27 see https://www.gnu.org/licenses/.
33                       M88K MPN SUBROUTINES
35 This directory contains mpn functions for various m88k family chips.
37 CODE ORGANIZATION
39         m88k             m88000, m88100
40         m88k/mc88110     m88110
42 STATUS
44 The code herein is old and poorly maintained.
46 * The .s files assume the system uses a "_" underscore prefix, which
47   should be controlled by configure.
49 * The mc88110/*.S files are using the defunct "sysdep.h" configuration
50   scheme and won't compile.
52 Conversion to the current m4 .asm style wouldn't be difficult.
57 ----------------
58 Local variables:
59 mode: text
60 fill-column: 76
61 End: