about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-28 14:02:00 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-28 14:02:00 +0100
commitcabcca2e31207aea12fe0a07c41b3c6b56ce1892 (patch)
tree594f63c841c9e8ca9c87c86baa721c23ddc5bc24 /src
parent8d9c6b2d01b55d8b9f5471035efdd4f6c7a89cea (diff)
downloadbox64-cabcca2e31207aea12fe0a07c41b3c6b56ce1892.tar.gz
box64-cabcca2e31207aea12fe0a07c41b3c6b56ce1892.zip
Added a couple of wrapped function to libm (for #496)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibm_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibm_private.h b/src/wrapped/wrappedlibm_private.h
index 5737da84..962d528a 100755
--- a/src/wrapped/wrappedlibm_private.h
+++ b/src/wrapped/wrappedlibm_private.h
@@ -352,8 +352,8 @@ GOW(lroundf, iFf)
 GOW(modf, dFdp)
 GOW(modff, fFfp)
 // modfl    // Weak
-// nan  // Weak
-// nanf // Weak
+GOW(nan, dFp)
+GOW(nanf, fFp)
 // nanl // Weak
 GOW(nearbyint, dFd)
 GOW(nearbyintf, fFf)