On Fri, Jun 27, 2025 at 1:37 PM Alice Ryhl <alicer...@google.com> wrote: > > I would get rid of this conditional and declare another div10 function > that just does input/10 on other arches.
Yeah, please keep `cfg`s as local as possible, i.e. inside the implementation of the function where possible, so that we share even the signature etc., e.g. https://lore.kernel.org/rust-for-linux/20250625051518.15255-6-boqun.f...@gmail.com/ Cheers, Miguel