mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
9441de4c38
This release is used in conjunction with the linux-sgx-driver Intial release: https://github.com/01org/linux-sgx-driver commit-id: 0e865ce5e6b297a787bcdc12d98bada8174be6d7 Intel-id: 33399 Signed-off-by: Angie Chinchilla <angie.v.chinchilla@intel.com>
17 lines
289 B
C
17 lines
289 B
C
#define IEEE_8087
|
|
#define Arith_Kind_ASL 1
|
|
//#define Bad_float_h
|
|
|
|
#ifdef __x86_64__
|
|
#define Long int
|
|
#define Intcast (int)(long)
|
|
#define Double_Align
|
|
#define X64_bit_pointers
|
|
#endif
|
|
|
|
#define INFNAN_CHECK
|
|
#define MULTIPLE_THREADS
|
|
#define NO_FENV_H
|
|
//#define USE_LOCALE
|
|
#define NO_LONG_LONG
|