On Friday, January 4, 2019 at 4:48:09 PM UTC-5, Jeffrey Walton wrote:
>
> Hi Everyone,
>
> I installed the latest Microsoft SDK and it had the ARM64 gear.
>
> Testing a compile and link revealed we had several problems. We had a mix 
> of Microsoft specific errors like missing vld1q_dup_u32; missing datatypes 
> like poly64_t; and requirements to use MS Specific datatypes like __n64 in 
> some places. We also had some of our own, like depending on GCC extensions.
>
> The problems were cleared under 
> https://github.com/weidai11/cryptopp/issues/776 .
>
> I probably should have put it on my testing branch rather and then merged 
> than working from Master. Sorry about the extra check-ins.
>

Forgot to mention... You need version 19.16 of the compiler:

C:\Users\Test\cryptopp>cl.exe
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27025.1 for ARM64
Copyright (C) Microsoft Corporation.  All rights reserved.

Jeff

-- 
You received this message because you are subscribed to "Crypto++ Users". More 
information about Crypto++ and this group is available at 
http://www.cryptopp.com and 
http://groups.google.com/forum/#!forum/cryptopp-users.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to