1float try_builtin_roundevenf(float x) { return __builtin_roundevenf(x); }
2
3double try_builtin_roundeven(double x) { return __builtin_roundeven(x); }
4
5extern "C" void _start() {}
6

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of libc/cmake/modules/compiler_features/check_builtin_roundeven.cpp