https://issues.dlang.org/show_bug.cgi?id=12692

--- Comment #3 from ponce <[email protected]> ---
Using this program:

----

import core.simd;

void main()
{
    float4 a;
    a = __simd(XMM.SQRTSS, a);
}

----

$dmd test.d 
test.d(6): Error: undefined identifier __simd

$dmd test.d -m64
[compile as expected]

--

Reply via email to