LLP64 indicates a windows environment
as of [1] the only architecture using a LLP64 data model is windows [1]: https://en.wikipedia.org/wiki/64-bit_computing
This commit is contained in:
parent
1346d9830a
commit
d1fc4a71d3
@ -27,7 +27,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* MS Visual C++ doesn't have a 128bit type for words, so fall back to 32bit MPI's (where words are 64bit) */
|
/* MS Visual C++ doesn't have a 128bit type for words, so fall back to 32bit MPI's (where words are 64bit) */
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER) || defined(__LLP64__)
|
||||||
# define MP_32BIT
|
# define MP_32BIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user