qse/ase/conf_dos.h

32 lines
724 B
C
Raw Normal View History

2006-04-30 17:35:37 +00:00
/*
2006-10-22 11:46:18 +00:00
* $Id: conf_dos.h,v 1.6 2006-10-22 11:46:18 bacon Exp $
2006-04-30 17:35:37 +00:00
*/
#if !defined(__LARGE__) && !defined(__HUGE__)
#error this library supports the large and the huge memory models only
#endif
2006-10-22 11:46:18 +00:00
#define SSE_ENDIAN_LITTLE
2006-04-30 17:35:37 +00:00
2006-10-22 11:46:18 +00:00
#define SSE_SIZEOF_CHAR 1
#define SSE_SIZEOF_SHORT 2
#define SSE_SIZEOF_INT 2
#define SSE_SIZEOF_LONG 4
#define SSE_SIZEOF_LONG_LONG 0
2006-04-30 17:35:37 +00:00
2006-10-22 11:46:18 +00:00
#define SSE_SIZEOF___INT8 0
#define SSE_SIZEOF___INT16 0
#define SSE_SIZEOF___INT32 0
#define SSE_SIZEOF___INT64 0
#define SSE_SIZEOF___INT96 0
#define SSE_SIZEOF___INT128 0
2006-04-30 17:35:37 +00:00
2006-10-22 11:46:18 +00:00
#define SSE_SIZEOF_VOID_P 4
2006-04-30 17:35:37 +00:00
2006-10-22 11:46:18 +00:00
#define SSE_SIZEOF_FLOAT 4
#define SSE_SIZEOF_DOUBLE 8
#define SSE_SIZEOF_LONG_DOUBLE 10 /* turbo c 2.01 */
#define SSE_SIZEOF_WCHAR_T 0
2006-04-30 18:05:07 +00:00
2006-10-22 11:46:18 +00:00
#define SSE_CHAR_IS_MCHAR