Skip to content

Commit ea70b97

Browse files
committed
added docs
1 parent d46b0ac commit ea70b97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

coresimd/src/x86/i686/clmul.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
17
use x86::__m128i;
28

39
#[cfg(test)]

0 commit comments

Comments
 (0)