https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126933

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <[email protected]>:

https://gcc.gnu.org/g:f9c50f4ac496d96439ff8a5b7d10fe0e5b7aa1f5

commit r17-3588-gf9c50f4ac496d96439ff8a5b7d10fe0e5b7aa1f5
Author: H.J. Lu <[email protected]>
Date:   Mon Aug 24 19:43:55 2026 +0800

    vcvtneps2bf16 emulation: Flush input denormal to zero

    Update vcvtneps2bf16 emulation in truncsfbf-5.c and truncsfbf-6.c to
    flush input denormal to zero.

            PR target/126933
            * gcc.target/i386/truncsfbf-5.c (CALC): Flush input denormal to
            zero.
            (main): Add tests for float denormal inputs.
            * gcc.target/i386/truncsfbf-6.c (CALC): Flush input denormal to
            zero.
            (main): Add tests for float denormal inputs.

    Signed-off-by: H.J. Lu <[email protected]>

Reply via email to