Commit | Line | Data |
---|---|---|
9448bfc0 VM |
1 | /* gmp.h stub */ |
2 | ||
3 | #ifndef __STUB__GMP_H__ | |
4 | #define __STUB__GMP_H__ | |
5 | ||
6 | #if defined(__x86_64__) || \ | |
7 | defined(__sparc64__) || \ | |
8 | defined(__arch64__) || \ | |
4aadf009 | 9 | defined(__aarch64__) || \ |
9448bfc0 VM |
10 | defined(__powerpc64__) || \ |
11 | defined(__s390x__) | |
12 | #include "gmp-64.h" | |
13 | #else | |
14 | #include "gmp-32.h" | |
15 | #endif | |
16 | ||
17 | #endif |