From 18b5d6f1eddb3c93f077c92de30299282f5e2fd6 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 16 Apr 2023 17:12:34 +0200 Subject: Added 2 more wrapped symbols to libm --- src/wrapped/wrappedlibm_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibm_private.h b/src/wrapped/wrappedlibm_private.h index 180bb186..16a2f0ed 100755 --- a/src/wrapped/wrappedlibm_private.h +++ b/src/wrapped/wrappedlibm_private.h @@ -141,8 +141,8 @@ GOW(csinh, XFX) GOW(csinhf, xFx) // csinhl // Weak // csinl // Weak -//GOS(csqrt, pFpV) -//GOS(csqrtf, UFV) // Weak +GOW(csqrt, XFX) +GOW(csqrtf, xFx) // csqrtl // Weak GOW(ctan, XFX) GOW(ctanf, xFx) -- cgit 1.4.1