mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-15 22:59:54 +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>
|
#include <machine/endian.h>
|
||||||
#elif defined(sun) || defined(__sun)
|
#elif defined(sun) || defined(__sun)
|
||||||
#include <sys/byteorder.h>
|
#include <sys/byteorder.h>
|
||||||
|
#elif defined(__MVS__)
|
||||||
|
#include <sys/endian.h>
|
||||||
#else
|
#else
|
||||||
#ifdef __has_include
|
#ifdef __has_include
|
||||||
#if __has_include(<endian.h>)
|
#if __has_include(<endian.h>)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user