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

std.fmt: add ryu floating-point formatting implementation #19229

Merged
merged 6 commits into from
Mar 12, 2024

Commits on Mar 9, 2024

  1. std.fmt: add ryu floating-point formatting

    This replaces the errol backend with one based on ryu. The 128-bit
    backend only is implemented. This supports all floating-point types and
    does not use fp logic to print.
    
    Closes ziglang#1181.
    Closes ziglang#1299.
    Closes ziglang#3612.
    tiehuis committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c6ad551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04fd113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6695f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e60d4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da4acf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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