ITK icon indicating copy to clipboard operation
ITK copied to clipboard

Latest GCC releases have removed corei7 as an arch option

Open gdevenyi opened this issue 4 years ago • 2 comments

Description

The compiler flags set at: https://github.com/InsightSoftwareConsortium/ITK/blob/master/CMake/ITKSetStandardCompilerFlags.cmake#L239-L249

no longer exist in the current online documentation in gcc, https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html

It is unclear in what version they were removed/replaced.

Steps to Reproduce

N/A

Expected behavior

Uniform settings for builds

Actual behavior

Not sure yet.

Reproducibility

Versions

N/A

Environment

All

Additional Information

gdevenyi avatar Jul 06 '21 14:07 gdevenyi

The "corei7" brand has had many different Microarchitectures and different instruction sets.

The "Nahalem" microarchitecture was the first with that brand so it could be used as a replacement.

blowekamp avatar Jul 06 '21 17:07 blowekamp

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] avatar Apr 16 '22 11:04 stale[bot]