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