1float try_builtin_roundf(float x) { return __builtin_roundf(x); }
2
3double try_builtin_round(double x) { return __builtin_round(x); }
4
5extern "C" void _start() {}
6

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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