mirror of https://github.com/CGAL/cgal
Added win64 to the little endians
This commit is contained in:
parent
71e5dbd0c4
commit
582ec858da
|
|
@ -146,7 +146,7 @@ namespace CGAL {
|
|||
|| defined(__x86_64) || defined(__x86_64__) \
|
||||
|| defined(__ia64) || defined(__ia64__) \
|
||||
|| defined(_M_IX86) || defined(_M_IA64) \
|
||||
|| defined(_M_ALPHA)
|
||||
|| defined(_M_ALPHA) || defined(_WIN64)
|
||||
# define CGAL_LITTLE_ENDIAN
|
||||
#else
|
||||
# error Unknown endianness
|
||||
|
|
|
|||
Loading…
Reference in New Issue