From 2c4cc10b8076f00419a2f7bd3042b2400fd73e6f Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 15 Aug 2022 23:49:54 +0300 Subject: restore atan2 implementation, clean up c99 mandatory functions --- numpy/core/setup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'numpy/core/setup.py') diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 9fc7c2f29..ec3929ca8 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -243,10 +243,6 @@ def check_math_capabilities(config, ext, moredefs, mathlibs): m = fn.replace("(", "_").replace(")", "_") moredefs.append((fname2def(m), 1)) - # C99 functions: float and long double versions - check_funcs(C99_FUNCS_SINGLE) - check_funcs(C99_FUNCS_EXTENDED) - def check_complex(config, mathlibs): priv = [] pub = [] -- cgit v1.2.1