Re: Beta 2.100.0

2022-04-24 Thread Brian Callahan via Digitalmars-d-announce
On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.100.0 release, ♥ to the 40 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.100.0.html As usual please report any bugs at https://issues.dlang.org -Martin

Re: Beta 2.100.0

2022-04-24 Thread Guillaume Piolat via Digitalmars-d-announce
On Sunday, 24 April 2022 at 07:56:53 UTC, Walter Bright wrote: I've addressed all three. The latter two are the result of incorrect usage, so I added some examples here: https://github.com/dlang/druntime/pull/3808 which should help. Thanks! I had suspected some bad usage from my end.

Re: Beta 2.100.0

2022-04-24 Thread Walter Bright via Digitalmars-d-announce
On 4/23/2022 7:45 AM, Guillaume Piolat wrote: Those are not super critical bugs. It would just be nice to be able to use D_SIMD one day, as DMD compile speed benefits are enticing. I've addressed all three. The latter two are the result of incorrect usage, so I added some examples here: http