Skip to content

Fix 4 failing test cases for AIX#3350

Closed
KamathForAIX wants to merge 3 commits intofacebookresearch:mainfrom
KamathForAIX:gh-3346
Closed

Fix 4 failing test cases for AIX#3350
KamathForAIX wants to merge 3 commits intofacebookresearch:mainfrom
KamathForAIX:gh-3346

Conversation

@KamathForAIX
Copy link
Contributor

This fix is for #3346 where we added support for big endian format as well.

Copy link
Contributor

@mdouze mdouze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consolidate the big-endian fixes into a single PR, as there is significant overhead on our side to import pull requests.

const uint16_t code16 = *reinterpret_cast<const uint16_t*>(
uint16_t code16 = *reinterpret_cast<const uint16_t*>(
codes + ELEMENT_TO_READ * 5 + 1);
#if !defined(_MSC_VER) && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see other PR, please use a macro in platform_macros.

@mdouze
Copy link
Contributor

mdouze commented Apr 10, 2024

superseded by #3345

@mdouze mdouze closed this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants