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
Raspberry Pi 3 uses an ARMv8 processor. The machine can consume ARMv8 instructions, even though an ARMv7-based OS is provided. The sample program below with hand crafted ARMv8 instructions executes successfully.
Raspberry Pi 3 uses an ARMv8 processor. The machine can consume ARMv8 instructions, even though an ARMv7-based OS is provided. The sample program below with hand crafted ARMv8 instructions executes successfully.
However, disassembling fails:
This can be compiled with
gcc -g3 -O0 -march=armv7-a -mfpu=neon test.cc
.The text was updated successfully, but these errors were encountered: