1*671ea119Smrgdnl  ARM mpn_bdiv_q_1, mpn_pi1_bdiv_q_1 -- Hensel division by 1-limb divisor.
2*671ea119Smrg
3*671ea119Smrgdnl  Contributed to the GNU project by Torbjörn Granlund.
4*671ea119Smrg
5*671ea119Smrgdnl  Copyright 2012, 2013, 2017 Free Software Foundation, Inc.
6*671ea119Smrg
7*671ea119Smrgdnl  This file is part of the GNU MP Library.
8*671ea119Smrgdnl
9*671ea119Smrgdnl  The GNU MP Library is free software; you can redistribute it and/or modify
10*671ea119Smrgdnl  it under the terms of either:
11*671ea119Smrgdnl
12*671ea119Smrgdnl    * the GNU Lesser General Public License as published by the Free
13*671ea119Smrgdnl      Software Foundation; either version 3 of the License, or (at your
14*671ea119Smrgdnl      option) any later version.
15*671ea119Smrgdnl
16*671ea119Smrgdnl  or
17*671ea119Smrgdnl
18*671ea119Smrgdnl    * the GNU General Public License as published by the Free Software
19*671ea119Smrgdnl      Foundation; either version 2 of the License, or (at your option) any
20*671ea119Smrgdnl      later version.
21*671ea119Smrgdnl
22*671ea119Smrgdnl  or both in parallel, as here.
23*671ea119Smrgdnl
24*671ea119Smrgdnl  The GNU MP Library is distributed in the hope that it will be useful, but
25*671ea119Smrgdnl  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
26*671ea119Smrgdnl  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
27*671ea119Smrgdnl  for more details.
28*671ea119Smrgdnl
29*671ea119Smrgdnl  You should have received copies of the GNU General Public License and the
30*671ea119Smrgdnl  GNU Lesser General Public License along with the GNU MP Library.  If not,
31*671ea119Smrgdnl  see https://www.gnu.org/licenses/.
32*671ea119Smrg
33*671ea119Smrginclude(`../config.m4')
34*671ea119Smrg
35*671ea119SmrgMULFUNC_PROLOGUE(mpn_bdiv_q_1 mpn_pi1_bdiv_q_1)
36*671ea119Smrginclude_mpn(`arm/v7a/cora8/bdiv_q_1.asm')
37