On Tue, Aug 08, 2023 at 02:13:51PM +0800, Zeng Heng wrote:
+static void fp_sigill(void) +{
- /* FMOV S0, #1 */
- asm volatile(".inst 0x1e2e1000" : : : );
+}
That should assemble even with the toolchain configured for v8.0 so there shouldn't be any need to hand encode here. Otherwise
Reviewed-by: Mark Brown broonie@kernel.org