summaryrefslogtreecommitdiff
path: root/neozip/arch/s390/s390_natives.h
blob: 5da913daf5d46a8c4fa4ac30baaea2b6b9a50b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* s390_natives.h -- s390 compile-time feature detection macros.
 * For conditions of distribution and use, see copyright notice in zlib.h
 */

#ifndef S390_NATIVES_H_
#define S390_NATIVES_H_

#if defined(__zarch__) && __ARCH__ >= 11 && defined(__VX__)
#  ifdef S390_CRC32_VX
#    define S390_CRC32_VX_NATIVE
#  endif
#endif

#endif /* S390_NATIVES_H_ */