1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-27 12:15:39 +03:00
Files
glibc/sysdeps/generic/math-use-builtins-llround.h
Wilco Dijkstra 35807cc5cd math: Add builtin support for (l)lround(f)
Add builtin support for (l)lround(f) via the math-use-builtins
header mechanism.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2025-10-17 17:03:54 +00:00

5 lines
126 B
C

#define USE_LLROUND_BUILTIN 0
#define USE_LLROUNDF_BUILTIN 0
#define USE_LLROUNDL_BUILTIN 0
#define USE_LLROUNDF128_BUILTIN 0