mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-22 04:01:53 +03:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user