On 30.12.2025 14:50, Andrew Cooper wrote: > Having an #ifdef CONFIG_X86 section in a common library is rude. > > Furthermore, for x86 the main logic is 6 bytes,
If both insns' operands are registers. > meaning it's ripe for > inlining. Create an x86-specific asm/muldiv.h implementing arch_muldiv64(). > > Signed-off-by: Andrew Cooper <[email protected]> Reviewed-by: Jan Beulich <[email protected]> Jan
