mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 19:26:05 +00:00
6 lines
178 B
C++
6 lines
178 B
C++
float try_builtin_roundevenf(float x) { return __builtin_roundevenf(x); }
|
|
|
|
double try_builtin_roundeven(double x) { return __builtin_roundeven(x); }
|
|
|
|
extern "C" void _start() {}
|