]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
gosthash2012: Optimize `add512` on x86_64 using Intel intrinsics
authordmitry dulesov <dmitry.dulesov@gmail.com>
Fri, 31 Jan 2020 17:22:19 +0000 (20:22 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sun, 2 Feb 2020 18:05:29 +0000 (21:05 +0300)
commitb3dd924c96575efc13392530295e0c30254780b1
treebcfd9ad5229bdc3d92fb02403a293a199e18645d
parent31138d02d9c3698c039154b3078c16f205e25902
gosthash2012: Optimize `add512` on x86_64 using Intel intrinsics

`_addcarry_u64' is using `ADC' and does not require ADX extensions
(`-madx').

Committed-by: Vitaly Chikunov <vt@altlinux.org>
gosthash2012.c