Skip to content

Fix build with WMOPS=1

Reason why this change is needed

  • Compiling with make WMOPS=1 leads to a compilation error. Our CI jobs use scripts/prepare_instrumentation.sh, which activates the define directly in the code but additionally patches some other things and then compilation seems to work - I did not bother to pin down the exact difference. For BASOP, both should be sensible use cases and should work imo.

Description of the change

  • Include wmc_auto.h in move.h

Affected operating points

  • Nothing, just fixes compilation with WMOPS=1

Merge request reports

Loading