Add avmv8 and armv8-a support.
Patch credit to Milton.Chiang@mediatek.com (thanks!). See https://code.google.com/p/cld2/issues/detail?id=34 for more information. git-svn-id: https://cld2.googlecode.com/svn/trunk@195 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -56,7 +56,9 @@ namespace CLD2 {
|
||||
!defined(__ARM_ARCH_7__) && \
|
||||
!defined(__ARM_ARCH_7A__) && \
|
||||
!defined(__ARM_ARCH_7M__) && \
|
||||
!defined(__ARM_ARCH_7R__)
|
||||
!defined(__ARM_ARCH_7R__) && \
|
||||
!defined(__ARM_ARCH_8__) && \
|
||||
!defined(__ARM_ARCH_8A__)
|
||||
|
||||
// ARMv7 and newer support native unaligned accesses, but only of 16-bit
|
||||
// and 32-bit values (not 64-bit); older versions either raise a fatal signal,
|
||||
|
Reference in New Issue
Block a user