9 Oct
2013
9 Oct
'13
7:36 p.m.
On 10/9/2013 1:29 PM, Stephan T. Lavavej wrote:
[Edward Diener]
It does look like __vectorcall should not be applied to member functions or varargs functions.
__vectorcall can be applied to member functions.
http://msdn.microsoft.com/en-us/library/vstudio/dn375768%28v=vs.120%29.aspx "Using the /Gv compiler option causes each function in the module to compile as __vectorcall unless the function is a member function, is declared with a conflicting calling convention attribute, uses a vararg variable argument list, or has the name main."