Archived issue #0028933
Configuration - CMake generates OCCT project without SSE options for 32-bit Linux target
Description
There is a definition of compilation flags "-mmmx -msse -msse2 -mfpmath=sse" in genproj.tcl. However, these flags are never used for Unix Makefile project (as well as for Code::Blocks one)
Public activity
2 archived notes
Participants are labeled by their role within this record.
The mentioned flags (-mmmx -msse -msse2 -mfpmath=sse) are enabled by default for x86-64 target when using GCC.
Thus the issue is only relevant to 32-bit x86 targets.
Thus the issue is only relevant to 32-bit x86 targets.
Oleg, is this issue actually relevant for some project or application? Up to my knowledge, we do not have any 32-bit Lunux for many years... If this is relevant, please propose your change and describe how it can be tested.
Related records