Closed
Description
[OpenMP] fix endianness dependent definitions in OMP headers
for MSVC (#84540)
MSVC does not define BYTE_ORDER making the check for BigEndian
erroneously evaluate to true and breaking the struct definitions in MSVC
compiled builds correspondingly. The fix adds an additional check for
whether BYTE_ORDER is defined by the compiler to fix these.
Metadata
Metadata
Assignees
Type
Projects
Status
Done