diff options
| author | Brigham Henry Keys | 2018-03-20 13:44:45 -0500 |
|---|---|---|
| committer | Brigham Henry Keys | 2018-03-20 13:44:45 -0500 |
| commit | cd63e699ca113ce2a45c3437c5430a06d51adf4d (patch) | |
| tree | ad93f992b5c8a9d2e88d40ed5d61941483dc14cf /thirdparty/thekla_atlas/poshlib/posh.h | |
| parent | b49ca9486cfae32a9d795ceca52b923820751879 (diff) | |
| download | godot-cd63e699ca113ce2a45c3437c5430a06d51adf4d.tar.gz godot-cd63e699ca113ce2a45c3437c5430a06d51adf4d.tar.zst godot-cd63e699ca113ce2a45c3437c5430a06d51adf4d.zip | |
Diffstat (limited to 'thirdparty/thekla_atlas/poshlib/posh.h')
| -rw-r--r-- | thirdparty/thekla_atlas/poshlib/posh.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/thirdparty/thekla_atlas/poshlib/posh.h b/thirdparty/thekla_atlas/poshlib/posh.h index c3efe26a2..3038297b3 100644 --- a/thirdparty/thekla_atlas/poshlib/posh.h +++ b/thirdparty/thekla_atlas/poshlib/posh.h @@ -498,6 +498,11 @@ Metrowerks: # define POSH_CPU_STRING "ARM" #endif +#if defined AARCH64 || defined __aarch64__ || defined _AARCH64 +# define POSH_CPU_STRONGARM 1 +# define POSH_CPU_STRING "AARCH64" +#endif + #if defined mips || defined __mips__ || defined __MIPS__ || defined _MIPS # define POSH_CPU_MIPS 1 # if defined _R5900 |
