fix doc-test for __m256. Closes #481
This commit is contained in:
parent
14a5742d4e
commit
3a5bbf11b1
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ types! {
|
|||
/// use std::arch::x86_64::*;
|
||||
///
|
||||
/// # fn main() {
|
||||
/// # #[target_feature(enable = "sse")]
|
||||
/// # #[target_feature(enable = "avx")]
|
||||
/// # unsafe fn foo() {
|
||||
/// let eight_zeros = _mm256_setzero_ps();
|
||||
/// let eight_ones = _mm256_set1_ps(1.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue