We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35025a0 commit 634f442Copy full SHA for 634f442
libc/src/stdio/printf_core/vfprintf_internal.h
@@ -87,7 +87,7 @@ LIBC_INLINE int vfprintf_internal_modular(::FILE *__restrict stream,
87
LIBC_INLINE int vfprintf_internal(::FILE *__restrict stream,
88
const char *__restrict format,
89
internal::ArgList &args) {
90
-#ifdef LIBC_COPT_PRINTF_SPLIT
+#ifdef LIBC_COPT_PRINTF_MODULAR
91
__asm__ __volatile__(".reloc ., BFD_RELOC_NONE, __printf_float");
92
#endif
93
return vfprintf_internal_modular(stream, format, args);
0 commit comments