core.simd woes

Jacob Carlborg doob at me.com
Tue Oct 9 09:35:59 PDT 2012


On 2012-10-09 16:52, Simen Kjaeraas wrote:

> Nope, like:
>
> module std.simd;
>
> version(Linux64) {
>      public import std.internal.simd_linux64;
> }
>
>
> Then all std.internal.simd_* modules have the same public interface, and
> only the version that fits /your/ platform will be included.

Exactly, what he said.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list