On Mon, Feb 06, 2023 at 12:14:52PM -0800, Evan Green wrote: > + case RISCV_HWPROBE_KEY_IMA_EXT_0: > + { > + u64 val = 0; > + > + if (has_fpu()) > + val |= RISCV_HWPROBE_IMA_FD; The indent caught my eye here for a sec so my attention was drawn back here. Would you mind adding a line of whitespace between these checks? Cheers, Conor. > + if (elf_hwcap & RISCV_ISA_EXT_c) > + val |= RISCV_HWPROBE_IMA_C; > + ret = set_hwprobe(pairs, val); > + } > + break; > +
Attachment:
signature.asc
Description: PGP signature