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

math: fix failing test on FreeBSD with gcc 12.2.0 (and -ffast-math) #19278

Merged
merged 17 commits into from
Sep 6, 2023

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    6d1f811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8a5b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad71288 View commit details
    Browse the repository at this point in the history
  4. ci: cleanup .cirrus.yml, do not run ./fast -clang anymore, to speedup…

    … the ci job (it is done by a separate vps for ~ 1 year now)
    spytheman committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    57ca073 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3ec78a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    808181d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    442b293 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    601856f View commit details
    Browse the repository at this point in the history
  9. misc

    spytheman committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f4cb01d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. ci: fix v -cstrict -cc gcc vlib/math/math_test.v; fix `v -cc clang-…

    …12 -cflags -fsanitize=undefined vlib/math/math_test.v`
    spytheman committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    2fcf11c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65ccc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09a4400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a93fd92 View commit details
    Browse the repository at this point in the history
  5. final fix for .cirrus.yml

    spytheman committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    136dd76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b81ddd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf27659 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7f66b2 View commit details
    Browse the repository at this point in the history