[all-commits] [llvm/llvm-project] 720556: [Support] Fix xxh3_128bits for Win32 builds after ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jun 28 00:20:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72055622e9c63f6ddae850e8382ea095effd2008
https://github.com/llvm/llvm-project/commit/72055622e9c63f6ddae850e8382ea095effd2008
Author: Fangrui Song <i at maskray.me>
Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths:
M llvm/lib/Support/xxhash.cpp
Log Message:
-----------
[Support] Fix xxh3_128bits for Win32 builds after #95863
`__emulu` is used without including `intrin.h`. Actually, it's better to
rely on compiler optimizations. In this LLVM copy, we try to eliminate
unneceeded workarounds for old compilers.
Pull Request: https://github.com/llvm/llvm-project/pull/96931
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list