Alexander Bryan

Results 2 issues of Alexander Bryan

Addresses issue 2698 where the wrong flags are passed to dmd and ldc2 such that cImportPaths do not work. I tested with the dmd version I have currently installed (2.106.1),...

The following code fails on my machine when compiling (ldc) with -mattr=+avx2 ``` unittest { import inteli.avx2intrin; import std.stdio; long4 start = [0xffff_ffff_0000_0000, 0xffff_ffff_0000_0000, 0xffff_ffff_0000_0000, 0xffff_ffff_0000_0000]; int4 shift = [32,0,0,0];...

bug
blocked