Matheus C. França
Matheus C. França
> During building tests, it's common to find warnings without errors: > > '-half-precision' is not a recognized feature for this target (ignoring feature) > > or (need LLVM 20...
My workaround for ldc2 get [any arch] cpu-features (for sokol-d only) is https://github.com/kassane/sokol-d/pull/67/commits/8a332fbe69776bf4c63130827eb90c8d1fdef7f5 I don't know how to specify it in the dub... 😕 **output** for x86_64/native target ```bash ldmd2...
> I'm not aware of this causing any issues so far, e.g., when building LDC itself with mixed D and C++ (full) LTO. Edit: Oh well, we don't use -mcpu...
Based on rust-crate `cc-rs`: https://github.com/kassane/zcc-d/tree/main/samples
This cause (tag: v2025_05_24) in docker-cross arm/v7-image: ```bash 1.745 mkdir -p '/zig' 3.521 thread 25 panic: attempt to use null value 3.522 Unable to dump stack trace: debug info stripped...