MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / emulu

Function emulu

Source/external/fast_float.h:351–353  ·  view source on GitHub ↗

slow emulation routine for 32-bit

Source from the content-addressed store, hash-verified

349
350// slow emulation routine for 32-bit
351fastfloat_really_inline constexpr uint64_t emulu(uint32_t x, uint32_t y) {
352 return x * (uint64_t)y;
353}
354
355fastfloat_really_inline FASTFLOAT_CONSTEXPR14
356uint64_t umul128_generic(uint64_t ab, uint64_t cd, uint64_t *hi) {

Callers 1

umul128_genericFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected