blob: c29152cb3daed6608e9db9f798c90e00e7fa74f1 [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <math.h>
#include <internal.h>
__ASM_DEFINE_FUNC(float, nearbyintf, (float x),
"mrs x1, fpcr\n\t"
"frintx s0, s0\n\t"
"msr fpcr, x1\n\t"
"ret")