Skip to content

Commit 127a6c7

Browse files
authored
Merge pull request #207 from v1gnesh/main
Add zOS support to float_common.h
2 parents f0e6182 + bb2ae14 commit 127a6c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fast_float/float_common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ using parse_options = parse_options_t<char>;
8888
#include <machine/endian.h>
8989
#elif defined(sun) || defined(__sun)
9090
#include <sys/byteorder.h>
91+
#elif defined(__MVS__)
92+
#include <sys/endian.h>
9193
#else
9294
#ifdef __has_include
9395
#if __has_include(<endian.h>)

0 commit comments

Comments
 (0)