summaryrefslogtreecommitdiff
path: root/src/stdio/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/printf.c')
-rw-r--r--src/stdio/printf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stdio/printf.c b/src/stdio/printf.c
index 973e5068..03b6df2a 100644
--- a/src/stdio/printf.c
+++ b/src/stdio/printf.c
@@ -4,8 +4,7 @@
/** write formatted output **/
-/* TODO: FIXME! This is a terrible hack around GCC sucking. */
-__attribute__((noinline, target("no-sse")))
+GCC_SSE_HACK
int printf(const char *format, ...)
{
struct io_options opt = {0};