連結已複製
2 回應
The AES-NI white paper has some performance results from which you could estimate the instruction latencies: http://software.intel.com/en-us/articles/intel-advanced-encryption-standard-aes-instructions-set/. It explicitly mentions that they are pipelined too.
You can expect pclmulqdq to perform the same as other vector multiplications.
You can expect pclmulqdq to perform the same as other vector multiplications.
