Am Thu, 21 Apr 2016 00:14:53 +0000
schrieb Straivers <straiver...@gmail.com>:

> Hi,
> 
> I want to make a utility wrapper around a core.simd.float4, and 
> have been trying to make the following code work, but have been 
> met with no success.
> 
> auto add(float rhs)
> {
>      return __simd(XMM.ADDPS, lhs, rhs);
> }

It seems like your are duplicating std.simd:
https://github.com/TurkeyMan/simd

-- 
Marco

Reply via email to