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.hypot: fix incorrect over/underflow behavior #19472

Merged
merged 10 commits into from
May 30, 2024
Merged

math.hypot: fix incorrect over/underflow behavior #19472

merged 10 commits into from
May 30, 2024

Commits on Mar 31, 2024

  1. Update hypot.zig

    expikr committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    38f3015 View commit details
    Browse the repository at this point in the history
  2. Update hypot.zig

    expikr authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a53739b View commit details
    Browse the repository at this point in the history
  3. Update hypot.zig

    expikr authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    49f404d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Add f16 and f128 test cases

    expikr committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6a11c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e5b81 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Comment out comptime int branch for now

    expikr authored May 27, 2024
    Configuration menu
    Copy the full SHA
    3d993ed View commit details
    Browse the repository at this point in the history
  2. Comment out comptime int test case

    expikr authored May 27, 2024
    Configuration menu
    Copy the full SHA
    1910659 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Update hypot.zig

    expikr authored May 30, 2024
    Configuration menu
    Copy the full SHA
    ae367d1 View commit details
    Browse the repository at this point in the history
  2. Update hypot.zig

    expikr authored May 30, 2024
    Configuration menu
    Copy the full SHA
    0f197c3 View commit details
    Browse the repository at this point in the history
  3. Update hypot.zig

    expikr authored May 30, 2024
    Configuration menu
    Copy the full SHA
    108b89d View commit details
    Browse the repository at this point in the history