You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this is fixed in opw_kinematics using the code below. However, we may want to instead use the method described here
if ( NOT CMAKE_SYSTEM_NAME2 MATCHES "aarch64" AND NOT CMAKE_SYSTEM_NAME2 MATCHES "armv7l" AND NOT CMAKE_SYSTEM_NAME2 MATCHES "unknown" )
set(OPW_COMPILE_OPTIONS_PUBLIC -mno-avx)
endif()
The text was updated successfully, but these errors were encountered:
It looks like this is fixed in opw_kinematics using the code below. However, we may want to instead use the method described here
The text was updated successfully, but these errors were encountered: