]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gosthash2012.c
elbrus: Treat __e2k__ as __x86_64__ for Streebog
[openssl-gost/engine.git] / gosthash2012.c
index 5ec8ec76f96757499bf3d8b80bd90043b9cdb46d..60fa43696b6bd2efd0c7198d836b183c00a38d11 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #include "gosthash2012.h"
-#ifdef __x86_64__
+#if defined(__x86_64__) || defined(__e2k__)
 # ifdef _MSC_VER
 #  include <intrin.h>
 # else