-
- Downloads
Prevent an FPE in the cooling code created by the Intel compiler's over-enthusiastic vectorizer.
Please register or sign in to comment
Seeing:
icc: command line remark #10120: overriding '-O0' with '-O3'
cooling/EAGLE/cooling_tables.c(298): error #161: unrecognized #pragma
#pragma novec
Shouldn't this be novector
?
That compiled, so will push the fix.
Thanks. I should not be editing code on my laptop and cosma at the same time...