Move __has_builtin() fallback define to compiler.h

This commit is contained in:
Nick Terrell
2020-09-24 15:51:08 -07:00
parent 4d63ee57f5
commit 260fc75028
2 changed files with 5 additions and 4 deletions
+5
View File
@@ -196,6 +196,11 @@
#define STATIC_BMI2 0
#endif
/* compat. with non-clang compilers */
#ifndef __has_builtin
# define __has_builtin(x) 0
#endif
/* detects whether we are being compiled under msan */
#if defined (__has_feature)
# if __has_feature(memory_sanitizer)