Search Results

0
votes

What compilers besides gcc can vectorize code?

Actually, in many cases GCC used to be quite worse than ICC for automatic code vectorization, I don't know if it recently improved enough, but I doubt it. …
1
vote

profile linking times with gcc/g++ and ld

If you have just hit your RAM limit, you'll be probably able to hear the disk working, and a system activity monitor will tell you that. But if linking is still CPU-bound (i.e. if CPU usage is stil …