genode/repos/libports/src/lib/libc/patches/math_private.patch

18 lines
326 B
Diff
Raw Normal View History

+++ src/lib/libc/lib/msun/src/math_private.h
2011-12-22 16:19:25 +01:00
@@ -225,6 +225,7 @@
/* Asm versions of some functions. */
+#if 0 /* "Y" constraint not supported by gcc 4.3 */
#ifdef __amd64__
static __inline int
irint(double x)
@@ -236,6 +237,7 @@
}
#define HAVE_EFFICIENT_IRINT
#endif
+#endif
#ifdef __i386__
static __inline int