Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rocksdb: Fix build with gcc on rv32 and mips | Khem Raj | 2021-06-18 | 1 | -0/+59 |
__sync_fetch_and_add (64bit) are not impelemented in gcc and clang smartly converts them to __atomic_fetch_add() APIs, so do that manually when using gcc for compiler Signed-off-by: Khem Raj <raj.khem@gmail.com> |