mirror of
https://github.com/facebook/zstd.git
synced 2025-10-10 00:03:36 -04:00
added __has_attribute() define for non-clang compilers
This commit is contained in:
parent
52ca7c6c56
commit
ad15c1b724
@ -64,6 +64,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* target attribute */
|
/* target attribute */
|
||||||
|
#ifndef __has_attribute
|
||||||
|
#define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */
|
||||||
|
#endif
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
# define TARGET_ATTRIBUTE(target) __attribute__((__target__(target)))
|
# define TARGET_ATTRIBUTE(target) __attribute__((__target__(target)))
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user