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
The lowest ARM archs on which yield is available is ARM 6K or ARM 6M so it's missing on bare ARM 6 (-march=armv6) or lower. However __arm__ is defined on all ARM 32-bit.
The text was updated successfully, but these errors were encountered:
Executing pause in this code path is not super important, and perhaps even more so on less powerful ARM processors, but let me try to do something for ARM.
Build fails with
That's because of too optimistic change in 31969a2:
mold/common/common.h
Lines 526 to 532 in 2b67afb
The lowest ARM archs on which
yield
is available is ARM 6K or ARM 6M so it's missing on bare ARM 6 (-march=armv6
) or lower. However__arm__
is defined on all ARM 32-bit.The text was updated successfully, but these errors were encountered: