Cleanup headers after Microsoft ARM64 port

pull/778/head
Jeffrey Walton 2019-01-04 11:43:38 -05:00
parent 822ca11579
commit df4fc3faee
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 4 additions and 4 deletions

View File

@ -63,8 +63,8 @@ using CryptoPP::vec_swap; // SunCC
#if (CRYPTOPP_ARM_NEON_AVAILABLE)
// Missing from Microsoft's implementation???
#if defined(_MSC_VER)
// Missing from Microsoft's ARM A-32 implementation
#if defined(_MSC_VER) && !defined(_M_ARM64)
inline uint64x2_t vld1q_dup_u64(const uint64_t* ptr)
{
return vmovq_n_u64(*ptr);

View File

@ -62,8 +62,8 @@ using CryptoPP::word64;
#if (CRYPTOPP_ARM_NEON_AVAILABLE)
// Missing from Microsoft's implementation???
#if defined(_MSC_VER)
// Missing from Microsoft's ARM A-32 implementation
#if defined(_MSC_VER) && !defined(_M_ARM64)
inline uint64x2_t vld1q_dup_u64(const uint64_t* ptr)
{
return vmovq_n_u64(*ptr);