mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-19 01:30:13 -06:00
Linux 6.12
This commit is contained in:
committed by
Francesco Mazzoli
parent
2b0444e218
commit
03a2a08ec9
@@ -223,7 +223,7 @@ static u64 crc32c_mul(u32 a, u32 b) {
|
||||
#ifdef __clang__
|
||||
__attribute__((no_sanitize("integer")))
|
||||
#endif
|
||||
u64 crc32c_mul(u32 a, u32 b32) {
|
||||
static u64 crc32c_mul(u32 a, u32 b32) {
|
||||
u64 b = (u64)b32 << 32;
|
||||
u64 c = 0;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user