Kunal Pathak
Kunal Pathak
@am11 - did you run into any compilation issues with gcc-14 that does not repro on gcc-12. E.g. https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_apis/build/builds/706791/logs/284. It is not liking the presence of if/else inside `constexpr` method....
> (with std=c++14, if/else works) hhm, how can i make my code work then in current scenario where we are on gcc-14 and in std=c++11 conformance?
> Have you tried the code provided above? sorry, earlier I missed that piece and was just staring at c++14 and c++11 conformance. Your suggestion works :)
/backport to release/9.0-rc1
/backport to release/9.0
.NET issue that describes SVE support: https://github.com/dotnet/runtime/issues/93095
Just to be clear, here is my understanding. @rsandifo-arm @smithp35 - please correct if I missed anything. ### Terminology - callee-save: Registers that should be saved/restored by the callee in...
> I found it easier to describe when not considering the different call scenarios That's how I wanted it to be, but I wanted to be explicit about the situation....
> then we may need more clarifications Regardless of if we get this or not, I think the document needs a clear way of stating these requirements, something equivalent of...
I have updated https://github.com/ARM-software/abi-aa/issues/266#issuecomment-2177309054 to use the terminology of "caller-save" instead of "callee-trash".