- Notifications
You must be signed in to change notification settings - Fork 15.3k
Closed
Labels
Milestone
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
Labels
Type
Projects
Status
Done