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

..--

v5/21-Dec-2021-358321

v6/16-Jan-2021-1,9281,668

v6t2/21-Dec-2021-393335

v7a/20-Jan-2014-1,4181,233

READMED21-Oct-20171.2 KiB3622

aors_n.asmD21-Oct-20172.7 KiB113100

aorslsh1_n.asmD16-Jan-20214 KiB168148

aorsmul_1.asmD21-Oct-20172.9 KiB136123

arm-defs.m4D16-Jan-20212.5 KiB10183

bdiv_dbm1c.asmD16-Jan-20212.4 KiB114100

bdiv_q_1.asmD26-Sep-20203.8 KiB163141

cnd_aors_n.asmD16-Jan-20212.9 KiB135116

com.asmD16-Jan-20211.9 KiB7667

copyd.asmD16-Jan-20212.1 KiB8572

copyi.asmD16-Jan-20212 KiB8068

dive_1.asmD16-Jan-20213.5 KiB152132

gmp-mparam.hD21-Oct-20175.1 KiB12880

invert_limb.asmD16-Jan-20213.8 KiB9488

logops_n.asmD16-Jan-20213.6 KiB140123

lshift.asmD16-Jan-20212.1 KiB8976

lshiftc.asmD16-Jan-20212.2 KiB9683

mod_34lsub1.asmD16-Jan-20212.6 KiB125104

mode1o.asmD16-Jan-20212.1 KiB9377

mul_1.asmD21-Oct-20172.3 KiB9583

rsh1aors_n.asmD16-Jan-20212.7 KiB125110

rshift.asmD16-Jan-20212 KiB8774

sec_tabselect.asmD16-Jan-20212.7 KiB132114

udiv.asmD16-Jan-20213 KiB10589

README

1Copyright 2002, 2012, 2015 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
33This directory contains mpn functions for ARM processors.  It has been
34optimised mainly for Cortex-A9 and Cortex-A15, but the code in the top-level
35directory should run on all ARM processors at architecture level v4 or later.
36