mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-08 01:36:49 +08:00
Merge pull request #207 from v1gnesh/main
Add zOS support to float_common.h
This commit is contained in:
commit
127a6c7cbc
@ -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