mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +00:00
[LIBM] Fix build
This commit is contained in:
parent
4afb647c78
commit
9e8ed3f817
35 changed files with 139 additions and 112 deletions
|
@ -37,11 +37,12 @@ THE SOFTWARE.
|
|||
|
||||
#include "libm_errno.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// Disable "C4163: not available as intrinsic function" warning that older
|
||||
// compilers may issue here.
|
||||
#pragma warning(disable:4163)
|
||||
#pragma function(asinf)
|
||||
|
||||
#endif
|
||||
|
||||
float FN_PROTOTYPE(asinf)(float x)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue