p0nce
p0nce
From what I understand, if it these variables happen to be defined, then it replaces the `~/.config` or `~/.cache` part of these directories. @bioinfornatics right?
Hello, appreciate your message. Sure no problem! It seems I will use SQZ, was on the lookout for a codec that beats JPEG in every dimensions. Thanks.
Hello, your unittest seems to pass here, what's your LDC version? (EDIT: and OS?)
1.11.20 now implements `_mm256_srli_epi64`, please `dub upgrade` I think you got trapped by an old LDC promoting your int `32` into a `int4` equal to `[32, 32, 32, 32]`, that...
I still can't repro on Windows or godbolt, I'm going to left it here. Probably you should be able to comment `__builtin_ia32_psrlq128` in `_mm_srl_epi64` to get it to work, let...
Your compiler is a LDC 1.30 with LLVM 14.0.6 I can only get a LDC 1.30 with LLVM 14.0.3 **How do you explain** that you have a LDC based upon...
**Reproduced something, thanks!** Sounds related to what you said indeed. `dub.sdl` ``` name "intel-intinsics-bug" authors "alex" dflags "-mattr=+avx2" "--enable-cross-module-inlining" platform="ldc" dependency "intel-intrinsics" version="~>1.0" ``` `source/main.d` ```d import std.stdio; void main()...
is a codegen issue, need reduced test case but that one necessitate two dub package it seems point of use and definition of the intrinsic mustn't be in same translation...
Would be clearer to have a lib that abstract presets in the first place, instead of having this weird PresetBank that is always with a Client, that owns exactly one.
Well, there is now a tools/master-tool package, that create a `dplug` executable with minimal feature set.