Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix qdmlal instructions #1194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 20, 2024

  1. Fix qdmlal instructions

    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
    
    Change-Id: I8d0d8cfba3f8d5203f2028efbe74b00c51485c61
    Ryo-not-rio authored and mr-c committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    47d4df9 View commit details
    Browse the repository at this point in the history