mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[SDK] I guess sqrt is instrict on arm64
This commit is contained in:
parent
9cad2bebeb
commit
82612c276f
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <math.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef _M_ARM64
|
||||
double
|
||||
__cdecl
|
||||
sqrt(
|
||||
|
@ -68,3 +69,4 @@ sqrt(
|
|||
|
||||
return y;
|
||||
}
|
||||
#endif
|
Loading…
Reference in a new issue