Skip to content

Commit

Permalink
removing unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Feb 24, 2024
1 parent e510ed2 commit 34a01ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ If your compiler does not default on C++11 support or better you may get failing

Note that the name of directory (`build`) is arbitrary, you can name it as you want (e.g., `buildgcc`) and you can have as many different such directories as you would like (one per configuration).



## Usage (CMake on 64-bit Windows using Visual Studio 2019 or better)

Recent versions of Visual Studio support CMake natively, [please refer to the Visual Studio documentation](https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170).
Expand All @@ -309,13 +307,11 @@ Though having Visual Studio installed is necessary, one can build simdjson using

Furthermore, if you have installed LLVM clang on Windows, for example as a component of Visual Studio 2019, you can configure and build simdjson using LLVM clang on Windows using cmake:


- `mkdir build`
- `cd build`
- `cmake -T ClangCL ..`
- `cmake --build . --config Release`


## Various References

- [How to implement atoi using SIMD?](https://stackoverflow.com/questions/35127060/how-to-implement-atoi-using-simd)
Expand Down

0 comments on commit 34a01ec

Please sign in to comment.