Skip to content

Commit

Permalink
fix doc-test for __m256. Closes rust-lang#481
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg authored and TheIronBorn committed Jun 29, 2018
1 parent 1baead0 commit e15d12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coresimd/x86/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e15d12b

Please sign in to comment.