simde icon indicating copy to clipboard operation
simde copied to clipboard

Fix qdmlal instructions

Open Ryo-not-rio opened this issue 7 months ago • 2 comments

qdmlal instructions were implemented without saturation. This has been fixed by utilising existing SIMDe saturating mult and add instructions. Unit tests have been updated to test for all possible saturation cases.

  • Fix qdmlal, qdmlal_n, qdmlal_lane, qdmlal_high, qdmlal_high_n and qdmlal_high_lane
  • Update unit tests for qdmlal, qdmlal_n, qdmlal_lane, qdmlal_high, qdmlal_high_n, qdmala_high_lane

Ryo-not-rio avatar Jul 15 '24 16:07 Ryo-not-rio