Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Simplify native little-endian for MVA_UPSIZE, DOCINFO2ID_T, DOCINFOSETID
64-bit ints in LE order are by arch placed from low to hi bytes in the memory. This is no need to manually split a number to halves and perform manual placing
- Loading branch information
Showing
with
20 additions
and 3 deletions.
- +14 −0 src/gtests_functions.cpp
- +2 −3 src/sphinx.h
- +4 −0 src/sphinxint.h