1 /***********************************************************************/
5 /* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
7 /* Copyright 1996 Institut National de Recherche en Informatique et */
8 /* en Automatique. All rights reserved. This file is distributed */
9 /* under the terms of the GNU Library General Public License, with */
10 /* the special exception on linking described in file ../LICENSE. */
12 /***********************************************************************/
16 /* Machine configuration, Intel x86 processors, Win32,
17 Visual C++ or Mingw compiler */
20 #define ARCH_SIXTYFOUR
24 #undef ARCH_BIG_ENDIAN
25 #undef ARCH_ALIGN_DOUBLE
34 #define SIZEOF_SHORT 2
37 #define ARCH_INT64_TYPE long long
38 #define ARCH_UINT64_TYPE unsigned long long
40 #define ARCH_INT64_TYPE __int64
41 #define ARCH_UINT64_TYPE unsigned __int64
43 #define ARCH_INT64_PRINTF_FORMAT "I64"
45 #undef NONSTANDARD_DIV_MOD