Skip to content

Commit ffe3d49

Browse files
committed
Add an instruction about SSE in INSTALL.md
Summary: As tittle. Test Plan: Not needed Reviewers: MarkCallaghan, ljin, yhchiang, igor Reviewed By: igor Subscribers: rven, leveldb Differential Revision: https://reviews.facebook.net/D24231
1 parent ee1f3cc commit ffe3d49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

INSTALL.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ There are few options when compiling RocksDB:
1515
* `make all` will compile our static library, and all our tools and unit tests. Our tools
1616
depend on gflags. You will need to have gflags installed to run `make all`.
1717

18+
* if Intel SSE instruction set is supported, set USE_SSE=" -msse -msse4.2 " to make sure
19+
SSE4.2 is used to speed up CRC32 when calculating data checksum.
20+
21+
1822
## Dependencies
1923

2024
* You can link RocksDB with following compression libraries:

0 commit comments

Comments
 (0)