ABitUtil
(← Back)
Benchmark results of BitUtil (BitUtil的基准测试结果)
- BigMul: Produces the full product of two unsigned 64-bit numbers (生成两个无符号 64 位数的完整乘积).
- Clamp: Returns value clamped to the inclusive range of amin and amax (返回限制在 amin 和 amax 范围内的 value).
- ConditionalSelect: Conditionally selects a value from two variables on a bitwise basis (按条件从两个变量中按位选择值).