Sign in
gem5
/
arm
/
linux
/
6377ed0bbae6fa28853e1679d068a9106c8a8908
/
.
/
arch
/
powerpc
/
math-emu
/
frsqrtes.c
blob: 269951a8c65078c1fc00ab553247df6b0b173126 [
file
] [
log
] [
blame
]
#include
<linux/types.h>
#include
<linux/errno.h>
#include
<linux/uaccess.h>
int
frsqrtes
(
void
*
frD
,
void
*
frB
)
{
#ifdef
DEBUG
printk
(
"%s: %p %p\n"
,
__func__
,
frD
,
frB
);
#endif
return
0
;
}