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
Add aarch64 to the list of arm64 devices.
Fixes an issue on linux where arm64 is not defined.
Previously, arm64 was only defined as arm64, which only matches modern
macOS on apple silicon.
As it turns out, there other arm64 devices besides apple silicon, and
being able to compile against them is actually kind of nice. This PR
adds detection for aarch64, which is also considered arm64 and allows
V8 to compile and run.
Fixes#70.
it looks like the whole assembly section is missing when compiling with linux under arm:
(and so on for another 5000+ lines)
The text was updated successfully, but these errors were encountered: