• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

mc88110/H03-May-2022-636553

READMEH A D03-May-20221.5 KiB6236

add_n.sH A D03-May-20222.9 KiB11498

mul_1.sH A D03-May-20224.2 KiB137117

sub_n.sH A D03-May-20222.9 KiB116100

README

1Copyright 2003 Free Software Foundation, Inc.
2
3This file is part of the GNU MP Library.
4
5The GNU MP Library is free software; you can redistribute it and/or modify
6it under the terms of either:
7
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.
11
12or
13
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.
17
18or both in parallel, as here.
19
20The GNU MP Library is distributed in the hope that it will be useful, but
21WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
23for more details.
24
25You should have received copies of the GNU General Public License and the
26GNU Lesser General Public License along with the GNU MP Library.  If not,
27see https://www.gnu.org/licenses/.
28
29
30
31
32
33                      M88K MPN SUBROUTINES
34
35This directory contains mpn functions for various m88k family chips.
36
37CODE ORGANIZATION
38
39	m88k             m88000, m88100
40	m88k/mc88110     m88110
41
42STATUS
43
44The code herein is old and poorly maintained.
45
46* The .s files assume the system uses a "_" underscore prefix, which
47  should be controlled by configure.
48
49* The mc88110/*.S files are using the defunct "sysdep.h" configuration
50  scheme and won't compile.
51
52Conversion to the current m4 .asm style wouldn't be difficult.
53
54
55
56
57----------------
58Local variables:
59mode: text
60fill-column: 76
61End:
62