I'm working on a little fun thing to see if I can get Visual Studio to compile and assemble (64 bit) the 1.0.2 snapshots ... more on that later on in the week. I am trying to figure out what the MASM 12.x assembler wants that is different from what NASM takes right now. I know things are going through the translator on OpenSSL, but the current MASM-generated code is not working, and I know it is officially unsupported. But I am looking at it :-)
On Fri, Feb 28, 2014 at 5:00 PM, Andy Polyakov <[email protected]> wrote: >> I remembered seeing XMMWORD being taken into consideration if the >> opcode args were of the xmm variety, so out of curiosity I added a >> little code to my previous patch to modify the opcode's third arg as >> well, if present: > > > It will be looked into as time permits, but not for 1.0.2 release. If > anything one should also look into AVX2 and AVX512 support > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [email protected] -- Steve Kneizys Senior Business Process Engineer Voice: (610) 256-1396 [For Emergency Service (888)864-3282] Ferrilli Information Group -- Quality Service and Solutions for Higher Education web: http://www.ferrilli.com/ Making you a success while exceeding your expectations. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
