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

[libc++][math] Fix undue overflowing of std::hypot(x,y,z) #93350

Merged
merged 22 commits into from
Jul 23, 2024

Commits on Jul 16, 2024

  1. make use of C++17 is_same_v

    PaulXiCao committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ced7b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f38b1dc View commit details
    Browse the repository at this point in the history
  3. implementation+testing

    PaulXiCao committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    08c57fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d7bc79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c32b77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfbf54c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    912833e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    458b0d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ef79dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36a162b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c276104 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    cd4ac8a View commit details
    Browse the repository at this point in the history
  2. run clang format

    PaulXiCao committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9b06037 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    296c520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4dd991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aa6728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4294e87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    266cef6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69b3b07 View commit details
    Browse the repository at this point in the history
  7. clang format

    PaulXiCao committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    cb9cecc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    d13a2c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    993ef44 View commit details
    Browse the repository at this point in the history