SIMD on Windows

jerro a at a.com
Sat Jun 29 11:51:49 PDT 2013


> For the dlang docs: Member functions which are private or 
> package are never virtual, and hence cannot be overridden.

The call to calcScalar compiles to this:

mov    rax,QWORD PTR [r12]
rex.W call QWORD PTR [rax+0x40]

so I think the implementation doesn't conform to the spec in this 
case.


More information about the Digitalmars-d mailing list