ladybird/Libraries/LibJS/Bytecode/AsmInterpreter
Andreas Kling 645f481825 LibJS: Fast-path Float32Array indexed access
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.
2026-03-19 09:42:04 +01:00
..
asmint.asm LibJS: Fast-path Float32Array indexed access 2026-03-19 09:42:04 +01:00
AsmInterpreter.cpp LibJS: Cache typed array data pointers for indexed access 2026-03-18 13:59:05 -05:00
AsmInterpreter.h LibJS: Add AsmInterpreter, a low-level assembly bytecode interpreter 2026-03-07 13:09:59 +01:00
gen_asm_offsets.cpp LibJS: Cache typed array data pointers for indexed access 2026-03-18 13:59:05 -05:00