aboutsummaryrefslogtreecommitdiff
path: root/gosthash2012_const.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-02-06 16:53:01 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-02-06 17:59:56 +0300
commit3b827f9f3832ca8b53618ff18b5a7e0a95749986 (patch)
treea43948827f2ed0ed0c63ab2dce020d0148f1321a /gosthash2012_const.h
parent26e4388e1d5f7f2b62067442aabb72c10e66ed3e (diff)
downloadgost-engine-3b827f9f3832ca8b53618ff18b5a7e0a95749986.zip
gost-engine-3b827f9f3832ca8b53618ff18b5a7e0a95749986.tar.gz
gost-engine-3b827f9f3832ca8b53618ff18b5a7e0a95749986.tar.bz2
gosthash2012: Issue EMMS on 32-bit SIMD implementation
`_mm_empty' is not needed on x86_64, because we only using SSE2. But, I didn't notice that EXTRACT32 (32-bit version of EXTRACT) is using MMX registers and intrinsics, so complete removing of `_mm_empty' (EMMS) was mistake. Make it presence conditional only for IA-32. Fixes: 211489f ("gosthash2012: Improve SIMD implementation")
Diffstat (limited to 'gosthash2012_const.h')
0 files changed, 0 insertions, 0 deletions