From: Vitaly Chikunov Date: Mon, 10 Feb 2020 04:53:56 +0000 (+0300) Subject: gosthash2012: Properly ifdef '_mm_empty' call X-Git-Tag: v3.0.0~201 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=0755b6e5faa6f32ed64357a78f1b5408e4d710e8;hp=0755b6e5faa6f32ed64357a78f1b5408e4d710e8;p=openssl-gost%2Fengine.git gosthash2012: Properly ifdef '_mm_empty' call There is other architectures besides __x86_64__, so EMMS should be issued on IA-32 only where we are using MMX. ---