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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Antoni Boucher <ant...@gcc.gnu.org>:

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

commit r13-4531-gd2e782cb99c3116c389d6a9565678c4ffe267777
Author: Antoni Boucher <boua...@zoho.com>
Date:   Sun Nov 20 10:22:53 2022 -0500

    libgccjit: Fix float vector comparison

    Fix float vector comparison and add comparison tests to include float and
    vectors.

    gcc/testsuite:
            PR jit/107770
            * jit.dg/harness.h: Add new macro to to perform vector
            comparisons
            * jit.dg/test-expressions.c: Extend comparison tests to add float
            types and vectors

    gcc/jit:
            PR jit/107770
            * jit-playback.cc: Fix vector float comparison
            * jit-playback.h: Update comparison function signature
            * jit-recording.cc: Update call for "new_comparison" function
            * jit-recording.h: Fix vector float comparison

    Co-authored-by: Guillaume Gomez <guillaume1.go...@gmail.com>
    Signed-off-by: Guillaume Gomez <guillaume1.go...@gmail.com>
  • [Bug jit/107770] Comparison of ... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to