Add link to ACLE docs in comment
Co-authored-by: Jerry Yu <jerry.h.yu@arm.com> Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
48b965d941
commit
f60e44d063
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
|
||||
#if defined(MBEDTLS_ARCH_IS_ARM32)
|
||||
#if defined(__clang__)
|
||||
/* On clang for A32/T32, work around some missing intrinsics and types */
|
||||
/* On clang for A32/T32, work around some missing intrinsics and types which are listed in [ACLE](https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#polynomial-1) */
|
||||
|
||||
#ifndef vreinterpretq_p64_u8
|
||||
#define vreinterpretq_p64_u8 (poly64x2_t)
|
||||
|
|
Loading…
Reference in a new issue