xref: /third_party/musl/src/math/s390x/nearbyintf.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/math/s390x/
1570af302Sopenharmony_ci#include <math.h>
2570af302Sopenharmony_ci
3570af302Sopenharmony_ci#if defined(__HTM__) || __ARCH__ >= 9
4570af302Sopenharmony_ci
5570af302Sopenharmony_cifloat nearbyintf(float x)
6570af302Sopenharmony_ci{
7570af302Sopenharmony_ci	__asm__ ("fiebra %0, 0, %1, 4" : "=f"(x) : "f"(x));
8570af302Sopenharmony_ci	return x;
9570af302Sopenharmony_ci}
10570af302Sopenharmony_ci
11570af302Sopenharmony_ci#else
12570af302Sopenharmony_ci
13570af302Sopenharmony_ci#include "../nearbyintf.c"
14570af302Sopenharmony_ci
15570af302Sopenharmony_ci#endif
16

Indexes created Thu Nov 07 10:32:03 CST 2024