Why doesn't GCC show vectorization information?

后端 未结 2 1036
感情败类
感情败类 2021-02-04 08:05

I\'m using Codeblocks for a C program on Windows 7. The program is using the OMP library. GCC version is 4.9.2. Mingw x86_64-w64-mingw32-gcc-4.9.2.exe.

Flags used are: <

2条回答
  •  逝去的感伤
    2021-02-04 08:31

    In GCC-9.0.0,Messages are now prefixed with optimizaed,missed,or note,rather than the old behavior of all being preixed with note. If want to get exhaustive log of all decisions made by the vectorizer via new -internals suboption of -fopt-info.

提交回复
热议问题