Re: Error: SIMD vector types not supported on this platform

2012-11-28 Thread Michael
On Monday, 26 November 2012 at 22:59:49 UTC, jerro wrote: I don't know when dmd on windows will get SIMD support. I have checked windows 64 bit dmd alpha now and it already supports SIMD. Tnx ;)

Re: Error: SIMD vector types not supported on this platform

2012-11-26 Thread jerro
I don't know when dmd on windows will get SIMD support. I have checked windows 64 bit dmd alpha now and it already supports SIMD.

Re: Error: SIMD vector types not supported on this platform

2012-11-26 Thread jerro
On Monday, 26 November 2012 at 21:41:01 UTC, Michael wrote: You can use them now with GDC. You can download Windows binaries at https://bitbucket.org/goshawk/gdc/downloads. It's has some dependencies that is hard to find. You need to download this file (it's an installer for tdm gcc 4.6.1):

Re: Error: SIMD vector types not supported on this platform

2012-11-26 Thread Michael
You can use them now with GDC. You can download Windows binaries at https://bitbucket.org/goshawk/gdc/downloads. It's has some dependencies that is hard to find. What about dmd?

Re: Error: SIMD vector types not supported on this platform

2012-11-25 Thread jerro
On Thursday, 22 November 2012 at 21:26:20 UTC, Michael wrote: On Wednesday, 8 August 2012 at 16:09:46 UTC, Simen Kjaeraas wrote: On Wed, 08 Aug 2012 15:46:23 +0200, ixid wrote: I'm using the recently released DMD2 version 2.060. SIMD operations are not supported for Windows at the moment,

Re: Error: SIMD vector types not supported on this platform

2012-11-22 Thread Michael
On Wednesday, 8 August 2012 at 16:09:46 UTC, Simen Kjaeraas wrote: On Wed, 08 Aug 2012 15:46:23 +0200, ixid wrote: I'm using the recently released DMD2 version 2.060. SIMD operations are not supported for Windows at the moment, I think. Of course, if you're running Linux, ignore this answer

Re: Error: SIMD vector types not supported on this platform

2012-08-08 Thread ixid
That'll be it, yes I am using Windows.

Re: Error: SIMD vector types not supported on this platform

2012-08-08 Thread Simen Kjaeraas
On Wed, 08 Aug 2012 15:46:23 +0200, ixid wrote: I'm using the recently released DMD2 version 2.060. SIMD operations are not supported for Windows at the moment, I think. Of course, if you're running Linux, ignore this answer. -- Simen

Error: SIMD vector types not supported on this platform

2012-08-08 Thread ixid
Which SSE version is required? My processor is a Core2Duo with SSE2 and is apparently not supported. Surely a mainstream version with an older version of SSE should be able to use the sub-set of SSE instructions it supports?

Re: Error: SIMD vector types not supported on this platform

2012-08-08 Thread ixid
I'm using the recently released DMD2 version 2.060.