Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
This fork has diverged from the upstream repository.
  • Cheng Shao's avatar
    683d1131
    rts: define XXH_INLINE_ALL · 683d1131
    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)
    683d1131
    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)
Hash.c 16.43 KiB