You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
The text was updated successfully, but these errors were encountered:
[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.
[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.
The text was updated successfully, but these errors were encountered: