Skip to content

Resolve "Update of the WMC tool to v1.7 recognizing newly added BASOP operators"

Reason why this change is needed

The currently used WMC tool (v1.6) in the FLOAT and BASOP codebases does not recognize certain recently added BASOP operators, such as shl_o(), W_extracl_l(), and UL_deposit_l(). As a result, these operators are treated as regular functions, with complexity penalties determined by the number of input arguments.

The task in this ticket is to provide an updated version of the WMC tool (v1.7) that includes recognition of all newly added BASOP operators.

Description of the change

The wmc_tool binaries for all platforms (Linux, Windows, Mac OS) are updated to version 1.7

Affected operating points

This is a bit-exact modification with minimal impact on complexity and memory consumption in the FLOAT code.

Edited by Ghost User

Merge request reports

Loading