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

Support both Float16 ABIs depending on LLVM and platform #49527

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

vchuravy
Copy link
Sponsor Member

There are two Float16 ABIs in the wild, one for platforms that have a
defing register and the original one where we used i16.

LLVM 15 follows GCC and uses the new ABI on x86/ARM but not PPC.

Extracted from #48700

@vchuravy vchuravy mentioned this pull request Apr 27, 2023
3 tasks
There are two Float16 ABIs in the wild, one for platforms that have a
defing register and the original one where we used i16.

LLVM 15 follows GCC and uses the new ABI on x86/ARM but not PPC.

Co-authored-by: Gabriel Baraldi <[email protected]>
@vchuravy vchuravy merged commit 959902f into master Apr 27, 2023
@vchuravy vchuravy deleted the vc/float16_abi2 branch April 27, 2023 20:27
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.

None yet

2 participants