summaryrefslogtreecommitdiffstats
path: root/examples/embedded/raycasting/raycasting.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-11-24 09:12:28 -0800
committerThiago Macieira <thiago.macieira@intel.com>2023-05-31 14:55:37 -0700
commit77e89dcce4a4f43129fc3a6a654733a9f74dee1d (patch)
treec67656ef4c6aeb6bbe028282499262d914467ced /examples/embedded/raycasting/raycasting.pro
parent2e1318f691547e159b28fb738858738e621464e4 (diff)
Remove the mandatory x86-64 features from its feature list
The x86-64 architecture mandates support for MMX and SSE2, so we don't need to tell that the compiler generates them. They're implied. This could serve to determine that the user specified no -march= or -m flags that affect the architecture on the CMAKE_CXX_FLAGS, but fails if the compiler does that on its own for this particular target. For example, both for Android and macOS, the minimum feature set is SSSE3 for 32-bit and SSE4.1 for 64-bit. Change-Id: I76216ced393445a4ae2dfffd172a94b17e8a9a37 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples/embedded/raycasting/raycasting.pro')
0 files changed, 0 insertions, 0 deletions