c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Support Intel compiler #52

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

We should make the tester able to target the Intel compiler (icc).

From playing around with icc and looking at the help documents:

MattWindsor91 commented 3 years ago

So far, using icc as a gcc style compiler through a wrapper script seems to work, so this support would mainly be teaching the optimisation selector about icc's various exciting different optimisation levels.