mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
Typo
This commit is contained in:
parent
68296a902e
commit
8b2c745e45
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ really_inline value128 full_multiplication(uint64_t value1, uint64_t value2) {
|
|||
answer.high = uint64_t(r >> 64);
|
||||
#else
|
||||
// fallback
|
||||
answer.low = Emulate64x64to128(&answer.high, value1, value2);
|
||||
answer.low = Emulate64x64to128(answer.high, value1, value2);
|
||||
#endif
|
||||
#endif
|
||||
return answer;
|
||||
|
|
Loading…
Add table
Reference in a new issue