Home | History | Annotate | only in /src/external/lgpl3/gmp/dist/mpn/m88k
Up to higher level directory
NameDateSize
add_n.s22-Aug-20172.9K
mc88110/25-Feb-2026
mul_1.s22-Aug-20174.2K
README22-Aug-20171.5K
sub_n.s22-Aug-20172.9K

README

      1 Copyright 2003 Free Software Foundation, Inc.
      2 
      3 This file is part of the GNU MP Library.
      4 
      5 The GNU MP Library is free software; you can redistribute it and/or modify
      6 it 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 
     12 or
     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 
     18 or both in parallel, as here.
     19 
     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.
     24 
     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/.
     28 
     29 
     30 
     31 
     32 
     33                       M88K MPN SUBROUTINES
     34 
     35 This directory contains mpn functions for various m88k family chips.
     36 
     37 CODE ORGANIZATION
     38 
     39 	m88k             m88000, m88100
     40 	m88k/mc88110     m88110
     41 
     42 STATUS
     43 
     44 The 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 
     52 Conversion to the current m4 .asm style wouldn't be difficult.
     53 
     54 
     55 
     56 
     57 ----------------
     58 Local variables:
     59 mode: text
     60 fill-column: 76
     61 End:
     62