mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 17:26:51 +08:00
Add zOS support to float_common.h
This commit is contained in:
parent
3a63b00d53
commit
bb2ae14fe6
@ -88,6 +88,8 @@ using parse_options = parse_options_t<char>;
|
||||
#include <machine/endian.h>
|
||||
#elif defined(sun) || defined(__sun)
|
||||
#include <sys/byteorder.h>
|
||||
#elif defined(__MVS__)
|
||||
#include <sys/endian.h>
|
||||
#else
|
||||
#ifdef __has_include
|
||||
#if __has_include(<endian.h>)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user