Merge pull request #207 from v1gnesh/main

Add zOS support to float_common.h
This commit is contained in:
Daniel Lemire 2023-06-09 10:39:22 -04:00 committed by GitHub
commit 127a6c7cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>)