Build DMD + druntime + phobos on Windows using MVCC

crashtua crashtua at gmail.com
Wed Jul 11 05:47:24 PDT 2012


When i try to build latest druntime i get such errors:
src\core\simd.d(53): Error: template instance 
core.simd.Vector!(double[4u]) erro
r instantiating
src\core\simd.d(35): Error: base type of __vector must be a 16 
byte static array
, not float[8u]
src\core\simd.d(54): Error: template instance 
core.simd.Vector!(float[8u]) error
  instantiating
src\core\simd.d(35): Error: base type of __vector must be a 16 
byte static array
, not byte[32u]
src\core\simd.d(55): Error: template instance 
core.simd.Vector!(byte[32u]) error
  instantiating
src\core\simd.d(35): Error: base type of __vector must be a 16 
byte static array
, not ubyte[32u]


More information about the Digitalmars-d mailing list