Skip to main content

IAR Embedded Workbench for RISC-V 3.40

__riscv_ffzmism

In this section:
Syntax
unsigned long __riscv_ffzmism(unsigned long, unsigned long);
Description

Inserts an ffzmism instruction (“Find first zero or mismatch”). This instruction is part of the Andes Performance Extension and requires that you have included the header file iar_andesperf_intrinsics.h.

Note

To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.