Question:
How to disable SIMD only for specific function
Answer:
As Internet Explorer finally being retired in June '22, We will consider a flexible feature in the future release of CCES.
These are the workarounds that are currently we have.
• You can add the below common post-build command in every project to generate the corresponding HTML while building the project. This can be done via project properties > C/C++ Build > Settings > Build Steps > Post-build steps
xmlmap2html.exe "${ProjName}.map.xml"
> This HTML can be opened and view proper view of the map file in all browsers.
• Running it through xmlmap2html.exe via command line and manually converting every map file to HTML
• Opening it in CCES's internal browser, via Right-clicking on the map.xml in CCES project explorer > open with > Other > internal web browser.
> Unfortunately It's not a good solution for users working outside the IDE.