Skip to content

Conversation

@1480c1
Copy link
Contributor

@1480c1 1480c1 commented Mar 27, 2025

This should reduce the number of checks for other variants like AMD64, amd64, etc.

@digantdesai
Copy link
Contributor

can you rebase? Also for some reason CI didn't run

This should reduce the number of checks for other variants like
AMD64, amd64, etc.

Signed-off-by: Christopher Degawa <[email protected]>
@1480c1 1480c1 force-pushed the cmake/canonicalizex86 branch from c9a331d to 789a7ec Compare May 22, 2025 05:27

IF(CPUINFO_SUPPORTED_PLATFORM)
IF(NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten" AND (CPUINFO_TARGET_PROCESSOR MATCHES "^(i[3-6]86|AMD64|x86(_64)?)$" OR IOS_ARCH MATCHES "^(i386|x86_64)$"))
IF(NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten" AND (CPUINFO_TARGET_PROCESSOR MATCHES "^x86(_64)?$" OR IOS_ARCH MATCHES "^(i386|x86_64)$"))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should i386 change for ios? seems like you could remove 32 bit x86 from ios simulator at this point?

Copy link
Collaborator

@fbarchard fbarchard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change makes sense and looks good to me.
x86 and x86_64 are the common names used
would be good to rebase and land it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants