Zenithal
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
util/string.c
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
#include <stdint.h> |
|
|
|
#include <ctype.h> |
|
|
|
|
|
|
|
#ifdef __GNUC__ |
|
|
|
#if defined(__GNUC__) && !defined(__llvm__) |
|
|
|
// Don't let GCC pattern-match these functions' bodies into self-calls
|
|
|
|
#pragma GCC optimize ("no-tree-loop-distribute-patterns") |
|
|
|
#endif |
|
|
|
|