mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
Add the small AsmIntGen float32 load, store, and conversion operations needed to handle Float32Array directly in the AsmInt typed-array GetByValue and PutByValue paths. This covers direct indexed reads plus both int32 and double stores, and adds regression coverage for Math.fround rounding, negative zero, and NaN.