Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
7795 commits behind, 629 commits ahead of the upstream repository.
  • Cheng Shao's avatar
    b792878c
    rts: define XXH_INLINE_ALL · b792878c
    Cheng Shao authored
    This commit cleans up how we include the xxhash.h header and only
    define XXH_INLINE_ALL, which is sufficient to inline the xxHash
    functions without symbol collision.
    
    (cherry picked from commit ee01de7d)
    (cherry picked from commit 2c52e59b)
    b792878c
    History
    rts: define XXH_INLINE_ALL
    Cheng Shao authored
    This commit cleans up how we include the xxhash.h header and only
    define XXH_INLINE_ALL, which is sufficient to inline the xxHash
    functions without symbol collision.
    
    (cherry picked from commit ee01de7d)
    (cherry picked from commit 2c52e59b)
Hash.c 16.37 KiB