change PIC_NAN_BOXING enabling condition
This commit is contained in:
parent
0b67ec47f3
commit
9968b15264
|
@ -46,7 +46,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef PIC_NAN_BOXING
|
||||
# if __x86_64__ && __STDC_VERSION__ >= 201112L
|
||||
# if __x86_64__ && (defined(__GNUC__) || defined(__clang__)) && __STRICT_ANSI__ != 1
|
||||
# define PIC_NAN_BOXING 1
|
||||
# endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue