D WebAssembly working differently than C++, Zig

Allen Garvey allen.garvey at gmail.com
Mon May 16 18:14:58 UTC 2022


On Monday, 16 May 2022 at 18:05:00 UTC, Adam D Ruppe wrote:
> I would suspect it is something to do with your memset... even 
> if it needs to take the int (wtf but ldc is weird) you might 
> want to reinterpret cast it to float to avoid any extra 
> conversions.

I was thinking memset might be the case, but I tried changing it 
to ignore the int value and just hard-coding 0 and the result was 
the same.


More information about the Digitalmars-d-learn mailing list