Skip to content

Support both Float16 ABIs depending on LLVM and platform#49527

Merged
vchuravy merged 1 commit intomasterfrom
vc/float16_abi2
Apr 27, 2023
Merged

Support both Float16 ABIs depending on LLVM and platform#49527
vchuravy merged 1 commit intomasterfrom
vc/float16_abi2

Conversation

@vchuravy
Copy link
Copy Markdown
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 <baraldigabriel@gmail.com>
@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.

2 participants