[cryptopp-users] Re: Anyone haveing problems with Crypto++ 8.0?

2019-01-04 Thread hanlulugeren
There are no problems with VS2015. 在 2019年1月4日星期五 UTC+8下午12:21:44,Jeffrey Walton写道: > > Hi Everyone, > > We released Crypto++ 8.0 over the holidays. We usually see some activity > after a release but things have been quiet. > > If you have some time would you make a quick testing pass? > >

[cryptopp-users] Microsoft ARM64 port complete

2019-01-04 Thread Jeffrey Walton
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

[cryptopp-users] Re: Microsoft ARM64 port complete

2019-01-04 Thread Jeffrey Walton
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;