Accelerating Big Integer Arithmetic Using Intel IFMA Extensions
Accelerating Big Integer Arithmetic Using Intel IFMA Extensions
复制标题
使用英特尔 IFMA 扩展加速大整数运算
DOI:
--
复制
发表时间:
2016
期刊:
影响因子:
--
通讯作者:
V. Krasnov
中科院分区:
文献类型:
--
作者:
S. Gueron;V. Krasnov
Intel has recently announced a new set of processor instructions, dubbed AVX512IFMA, that carry out Integer Fused Multiply Accumulate operations. These instructions operate on 512-bit registers and compute eight independent 52-bit unsigned integer multiplications, to generate eight 104-bit products, and accumulate their low/high halves into 64-bit containers. Using these instructions requires that inputs are converted to (redundant form) radix 252, and outputs are converted to the desired representation. This paper demonstrates several techniques for leveraging the AVX512IFMA instructions in order to speed up big-integer multiplications. Although processors that support AVX512IFMA are not yet available at the time this paper is written, we show how currently available public tools can be used for estimating their potential performance benefits. For example, based on these tools, we expect a 2x speedup for 1024-bit integer multiplication, over the best currently available method.