On Mon, Feb 23, 2015 at 12:51 PM, Michael Kuperstein < [email protected]> wrote:
> Regarding mangling, to the best of my understanding, ICC doesn't support > _Complex in C++ mode, and since MSVC doesn't support it at all (only C++ > std::complex), this issue never arises. > Regarding vectorcall - I'll have to double-check, but I believe the same > holds as for the default x64 calling convention, that is, _Complex is > treated equivalently to structs. Nice! Passing _Complex a as a struct is much simpler than the disaster in x86_64's Sys V ABI.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
