Commit 07fdfa55 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Detect NEON on AArch64


The __ARM_NEON is the standard define for NEON instructions support
__ARM_NEON__ is only legacy, and specifically not defined in
AArch64 builds, which causes us not to detect NEON support there.

The NEON assembler files doesn't build with AArch64, so the NEON
drawhelper methods must be excluded for now.

Change-Id: Ie32f855bde94ee7efd8a8ddb7766c931778e729b
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 5c446031
No related merge requests found
Showing with 10 additions and 8 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment