diff options
author | Jakob Kaivo <jkk@ung.org> | 2024-05-29 16:58:17 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2024-05-29 16:58:17 -0400 |
commit | 3d00af92d2993e5fbf237e2c81b499058c21a650 (patch) | |
tree | 3e0bf27161dc8311165d071a62757356fb1985f0 /src/stdio | |
parent | b321e5a295074bba7e8ba52785a63bdc40c37878 (diff) |
apply GCC_SSE_HACK more uniformly
Diffstat (limited to 'src/stdio')
-rw-r--r-- | src/stdio/_stdio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdio/_stdio.h b/src/stdio/_stdio.h index 6302ee83..80e25546 100644 --- a/src/stdio/_stdio.h +++ b/src/stdio/_stdio.h @@ -20,8 +20,6 @@ #define f_is_open(s) (s && (s->bmode != 0)) -#define GCC_SSE_HACK __attribute__((noinline, target("no-sse"))) - #define ORIENT_WIDE (1) #define ORIENT_BYTE (-1) |