Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Implements counting leading zeros functionality in assembly (see section 4-2-3 CPU_CntLeadZerosXX). This feature is enabled if the macro is #define'd in cpu_cfg.h (or cpu.h).

...

Implements counting trailing zeros functionality in assembly (see section 4-2-4 CPU_CntTrailZerosXX). This feature is enabled if the macro is #define'd in cpu_cfg.h (or cpu.h).