Skip to content

Commit

Permalink
Merge pull request #19229 from tiehuis/ryu-128
Browse files Browse the repository at this point in the history
std.fmt: add ryu floating-point formatting implementation
  • Loading branch information
andrewrk committed Mar 12, 2024
2 parents 0c61466 + bb1fe11 commit bd24e66
Show file tree
Hide file tree
Showing 10 changed files with 1,198 additions and 2,494 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,7 @@ set(ZIG_STAGE2_SOURCES
"${CMAKE_SOURCE_DIR}/lib/std/elf.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fifo.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fmt.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fmt/errol.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fmt/errol/enum3.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fmt/errol/lookup.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fmt/ryu128.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fmt/parse_float.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fs.zig"
"${CMAKE_SOURCE_DIR}/lib/std/fs/AtomicFile.zig"
Expand Down

0 comments on commit bd24e66

Please sign in to comment.