Slashdot Mirror


User: drmutant

drmutant's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Example-gcc4 vs intel fortran 8? on GCC 4.0.0 Released · · Score: 1

    We have been using the intel fortran compiler in our lab for several years because g77 lacked autovectorization. Has anyone compared the performance of code vectorized with gcc 4 to the same code compiled with ifort? As noted previously the speedup from vectorization can be quite large (with ifort at least).