We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46b0ac commit ea70b97Copy full SHA for ea70b97
coresimd/src/x86/i686/clmul.rs
@@ -1,3 +1,9 @@
1
+//! Carry-less Multiplication (CLMUL)
2
+//!
3
+//! The reference is [Intel 64 and IA-32 Architectures Software Developer's
4
+//! Manual Volume 2: Instruction Set Reference, A-Z][intel64_ref] (p. 4-241).
5
6
+//! [intel64_ref]: http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf
7
use x86::__m128i;
8
9
#[cfg(test)]
0 commit comments