Skip to content

Commit d406f41

Browse files
authored
Merge branch 'exhaustive32' into exhaustive32_count_fix
2 parents 01ab668 + 5d3954c commit d406f41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Currently, the following approaches are compared:
2424
- [yy_double](https://github.com/ibireme/yyjson/issues/200#issuecomment-2726783097)
2525
- [SwiftDtoa](https://github.com/swiftlang/swift/blob/main/stdlib/public/runtime/SwiftDtoa.cpp)
2626

27-
If you have a recent version of CMake (3.29 or better) under linux, you can simply
27+
If you have a recent version of CMake under linux or macOS, you can simply
2828
go in the directory and type the following commands:
2929

3030
```
@@ -33,6 +33,8 @@ cmake --build build
3333
./build/benchmarks/benchmark
3434
```
3535

36+
We also support Visual Studio, please refer to the cmake documentation.
37+
3638
You may use docker to run these benchmarks easily on a variety of platforms: see https://github.com/lemire/docker_programming_station
3739

3840
## Windows

0 commit comments

Comments
 (0)