From 7f4ecfc7429d3147ed159efdf8b350d4dc9c5665 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 13 Aug 2016 19:30:28 +0300 Subject: A few more checks for ac converter tool. --- tools/ac_converter.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/ac_converter.py b/tools/ac_converter.py index 2f1b4c3e7..155c0eb7c 100755 --- a/tools/ac_converter.py +++ b/tools/ac_converter.py @@ -162,6 +162,11 @@ function_data = \ 'HAVE_GETPWUID_R': ('getpwuid_r', 'pwd.h'), 'HAVE_GETUID': ('getuid', 'unistd.h'), 'HAVE_LRINTF': ('lrintf', 'math.h'), + 'HAVE_DECL_ISNAN': ('isnan', 'math.h'), + 'HAVE_DECL_ISINF': ('isinf', 'math.h'), + 'HAVE_ROUND': ('round', 'math.h'), + 'HAVE_NEARBYINT': ('nearbyint', 'math.h'), + 'HAVE_RINT': ('rint', 'math.h'), 'HAVE_MKFIFO': ('mkfifo', 'sys/stat.h'), 'HAVE_MLOCK': ('mlock', 'sys/mman.h'), 'HAVE_NANOSLEEP': ('nanosleep', 'time.h'), -- cgit v1.2.1