From 33e1a42b8edb49d407b4812e982eed5065db09e0 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 30 May 2024 14:04:25 -0400 Subject: add GCC SSE hack --- src/stdio/snprintf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stdio/snprintf.c b/src/stdio/snprintf.c index 4ee9ec7f..c77239c4 100644 --- a/src/stdio/snprintf.c +++ b/src/stdio/snprintf.c @@ -3,6 +3,7 @@ #include #include "_stdio.h" +GCC_SSE_HACK int snprintf(char * restrict s, size_t n, const char * restrict format, ...) { SIGNAL_SAFE(0); -- cgit v1.2.1