xref: /netbsd-src/external/lgpl3/gmp/dist/mpn/arm/README (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
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