mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 22:46:54 +02:00
docs
This commit is contained in:
parent
f20905b08a
commit
ea0961dfd2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ZT_ALWAYS_INLINE uint64_t mulmod52(uint64_t a,uint64_t b,const uint64_t m) noexc
|
|||
{
|
||||
#if 0 // #ifdef ZT_ARCH_X64
|
||||
// This works on X64 but is very slightly slower than the FPU trick on all tested cores. That's probably
|
||||
// because FPU division is more heavily optimized in silicon than integer division.
|
||||
// because FPU division is more heavily optimized in silicon than integer division on these chips.
|
||||
uint64_t r;
|
||||
__asm__ (
|
||||
"mulq %2\n\t"
|
||||
|
|
Loading…
Add table
Reference in a new issue