Casting MapResult

John Colvin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jun 23 03:50:49 PDT 2015


On Tuesday, 23 June 2015 at 01:27:21 UTC, jmh530 wrote:
> On Tuesday, 16 June 2015 at 16:37:35 UTC, John Colvin wrote:
>> If you want really fast exponentiation of an array though, you 
>> want to use SIMD. Something like http://www.yeppp.info would 
>> be easy to use from D.
>
> I've been looking into SIMD a little. It turns out that 
> core.simd only works for DMD on Linux machines.

If I remember correctly, core.simd should work with every 
compiler on every supported OS. What did you try that didn't work?


More information about the Digitalmars-d-learn mailing list