On 22 June 2013 09:04, Walter Bright <newshound2@digitalmars.com> wrote:
On 6/21/2013 3:43 PM, Jonathan Dunlap wrote:
In D 2.063.2 on Windows 7:
Error: SIMD vector types not supported on this platform

Should I file a bug for this or is this currently on a roadmap? I'm SUPER
excited to get into SIMD development with D. :D

It's not a bug, and there are currently no plans to support SIMD on Win32. However, it is supported for Win64 compilations.

You can, however, file an enhancement request on Bugzilla for it.

It would certainly be nice in Win32, but I tend to think Win32 COFF should be much higher priority.

And to OP: There's a version(SIMD) you can test.