Skip to content

options.h in BASOP main does not have Fixes section

Basic info

Bug description

In ivas-float-update, options.h has a section for FIXES switches and a section for BASOP porting switches. In main, there is no section for FIXES switches and these switches are mixed with the porting switches.

The porting switches are to be cleaned out when porting cleanup MRs, but the FIXES switches need to be dealt with separately. For this reason, it would be good to add the section for FIXES to BASOP main and move switches that belong there to that section.

Status::ToDo