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.