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 6782262 commit 59a9c8aCopy full SHA for 59a9c8a
ext/standard/crc32.c
@@ -68,6 +68,8 @@ static inline int has_crc32_insn(void) {
68
# if!defined(__clang__)
69
# pragma GCC push_options
70
# pragma GCC target ("+nothing+crc")
71
+# elif defined(__APPLE__)
72
+# pragma clang attribute push(__attribute__((target("crc"))), apply_to=function)
73
# else
74
# pragma clang attribute push(__attribute__((target("+nothing+crc"))), apply_to=function)
75
# endif
0 commit comments