mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
[MIPS] replace __inline with inline
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
39b8d52542
commit
389310e2b0
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
||||||
#define DPDNORMX DPDNORMx(xm, xe)
|
#define DPDNORMX DPDNORMx(xm, xe)
|
||||||
#define DPDNORMY DPDNORMx(ym, ye)
|
#define DPDNORMY DPDNORMx(ym, ye)
|
||||||
|
|
||||||
static __inline ieee754dp builddp(int s, int bx, u64 m)
|
static inline ieee754dp builddp(int s, int bx, u64 m)
|
||||||
{
|
{
|
||||||
ieee754dp r;
|
ieee754dp r;
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
#define SPDNORMX SPDNORMx(xm, xe)
|
#define SPDNORMX SPDNORMx(xm, xe)
|
||||||
#define SPDNORMY SPDNORMx(ym, ye)
|
#define SPDNORMY SPDNORMx(ym, ye)
|
||||||
|
|
||||||
static __inline ieee754sp buildsp(int s, int bx, unsigned m)
|
static inline ieee754sp buildsp(int s, int bx, unsigned m)
|
||||||
{
|
{
|
||||||
ieee754sp r;
|
ieee754sp r;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue