search for: cc_win64

Displaying 1 result from an estimated 1 matches for "cc_win64".

Did you mean: _win64
2020 Oct 08
4
__attribute__((apple_abi)): targeting Apple/ARM64 ABI from Linux (and others)
...uot; for Apple, hence "apple_abi". The current implementation & questions ====================================== The current implementation introduces the CC_AArch64_Apple calling convention, to enforce the usage of Apple's CC when necessary. This has mainly been inspired by how CC_Win64 works. There are I think at least these limitations: * this supposes that the original targeted CC is Apple ARM64 AAPCS. In its current form, there is no way to support for instance vector calls (see for instance https://github.com/aguinet/llvm-project/commit/c4905ded3afb3182435df30e527955031cb0d...