We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0e6182 + bb2ae14 commit 127a6c7Copy full SHA for 127a6c7
include/fast_float/float_common.h
@@ -88,6 +88,8 @@ using parse_options = parse_options_t<char>;
88
#include <machine/endian.h>
89
#elif defined(sun) || defined(__sun)
90
#include <sys/byteorder.h>
91
+#elif defined(__MVS__)
92
+#include <sys/endian.h>
93
#else
94
#ifdef __has_include
95
#if __has_include(<endian.h>)
0 commit comments