We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a66205 commit cafb0c8Copy full SHA for cafb0c8
src/threading.c
@@ -148,8 +148,7 @@ jl_get_ptls_states_func jl_get_ptls_states_getter(void)
148
#if defined(__GLIBC__) && (defined(_CPU_X86_64_) || defined(_CPU_X86_) || \
149
((defined(_CPU_AARCH64_) || defined(_CPU_ARM_) || \
150
defined(_CPU_PPC64_) || defined(_CPU_PPC_)) && \
151
- (__GNUC__ >= 5 || __GNUC_MINOR__ >= 9)))
152
-// Skip the `__GNUC__ >= 4` check since we require GCC 4.7+
+ __GNUC__ >= 5))
153
// Only enable this on architectures that are tested.
154
// For example, GCC doesn't seem to support the `ifunc` attribute on power yet.
155
# if __GLIBC_PREREQ(2, 12)
0 commit comments