I am stuck in a problem. I used gcc to compile / build my code for a while and got used to using Intel's build syntax. I used the flag -masm=intelwhen creating assembly files.
Recently, due to company migration, they got Intel icc, claiming it is better. So now I need to use icc, but it was strange that it has the default assembly syntax such as AT & T. I tried to change it, but it didn’t work, so I contacted Intel support and they also don’t know, and each person gave me a contradictory answer.
Is there a way to integrate gcc and icc so that I use icc to compile "excellence" while compiling intel syntax with gcc?
I am using ubuntu and got icc version 12.x
source
share