Glad to announce the first beta for LDC 1.32. Major changes:
* Based on D 2.102.1+.
* LLVM for prebuilt packages bumped to v15.0.7.
* Linker-level dead code elimination is enabled by default for
Apple, wasm and *all* ELF targets too now.
* Vector comparisons (==, !=, <, <=, >, >=) now yield a vector
mask. Identity comparisons (`is`, `!is`) still yield a scalar
`bool`.
* `-mabi` support for RISC-V targets. Thanks @zyedidia!
Full release log and downloads:
https://github.com/ldc-developers/ldc/releases/tag/v1.32.0-beta1
Please help test, and thanks to all contributors & sponsors!