Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix armv7l BLAS interface autodetection #38

Merged
merged 1 commit into from
Apr 7, 2021
Merged

Conversation

staticfloat
Copy link
Member

On armv7l, it turns out that the high bits of an int64_t assigned the
value of a function that is actually an int32_t can be undefined.
This interfered with the interface autodetection, so let's mask them
off.

On armv7l, it turns out that the high bits of an `int64_t` assigned the
value of a function that is actually an `int32_t` can be undefined.
This interfered with the interface autodetection, so let's mask them
off.
@staticfloat staticfloat merged commit 9cfde34 into main Apr 7, 2021
@giordano giordano deleted the sf/armv7l_32bit_mask branch July 8, 2021 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant