rust/library
Artyom Pavlov 145c52dbf9 CLMUL instruction set (#320)
* added pclmul

* added docs

* pclmul -> pclmulqdq

* imm8: u8 -> imm8: i32

* return changes to stdsimd/arch/detect/x86.rs

* error fixes

* added rustc_args_required_const

* fixed assert_instr for _mm_clmulepi64_si128

* fixed pclmul assert_instr tests
2018-02-18 15:55:57 +09:00
..
stdarch CLMUL instruction set (#320) 2018-02-18 15:55:57 +09:00