diff options
Diffstat (limited to 'src/stdio/_stdio.h')
-rw-r--r-- | src/stdio/_stdio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/_stdio.h b/src/stdio/_stdio.h index 3c8b7906..516ce659 100644 --- a/src/stdio/_stdio.h +++ b/src/stdio/_stdio.h @@ -20,6 +20,8 @@ #define f_is_open(s) (s && (s->bmode != 0)) +#define GCC_SSE_HACK __attribute__((noinline, target("no-sse"))) + struct __FILE { fpos_t pos; |