Skip to content

Support optimization for the AMD aocc compiler

Peter W. Draper requested to merge aocc-optimization-config into master

Make sure we use the optimized maths library and interprocedural optimization. Both are needed to get optimization that works as well as other clang based-compilers.

Note in this MR we enable interprocedural optimization by default, unless the --enable-debug or --disable-optimization flags are used.

Edited by Peter W. Draper

Merge request reports