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]

Reply via email to