Re: _memsetFloat Error with dmd

2025-03-17 Thread Paul Backus via Digitalmars-d-learn
On Monday, 17 March 2025 at 12:28:38 UTC, Maximilian Naderer wrote: Hello people, i have the following example. Compiled with dmd and ldc2 dmd main.d -betterC ldc2 main.d -betterC with dmd the compilation fails with lld-link: error: undefined symbol: _memsetFloat >>> referenced by app

Re: _memsetFloat Error with dmd

2025-03-17 Thread Maximilian Naderer via Digitalmars-d-learn
On Monday, 17 March 2025 at 12:28:38 UTC, Maximilian Naderer wrote: Hello people, i have the following example. Compiled with dmd and ldc2 dmd main.d -betterC ldc2 main.d -betterC with dmd the compilation fails with lld-link: error: undefined symbol: _memsetFloat >>> referenced by app