Hi all, Recently I noticed that gcc -O2 didn't turn on vectorization optimization, which it turns on in clang -O2. Does GCC think it involves the trade-off of space speed, or other considerations? Thanks in advance. Yancheng
Hi all, Recently I noticed that gcc -O2 didn't turn on vectorization optimization, which it turns on in clang -O2. Does GCC think it involves the trade-off of space speed, or other considerations? Thanks in advance. Yancheng