mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 19:36:57 +00:00
The term "aarch64" is the formal name for Armv8-A architecture. However, I found that the establish convention across the wider open source ecosystem is to use the short name "arm64". Signed-off-by: Ronald Caesar <github43132@proton.me>
7 lines
121 B
C++
7 lines
121 B
C++
#include "memory.h"
|
|
#include "Base/Assert.h"
|
|
|
|
namespace pound::aarch64::memory
|
|
{
|
|
|
|
} // namespace pound::aarch64::memory
|