Skip to content

Commit

Permalink
remove accidental duplicate cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Dec 20, 2024
1 parent ffe7f6c commit 0d3618f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/x86_x64/avx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,6 @@ pub fn set_i32_m256i(
#[inline(always)]
#[cfg(target_arch = "x86_64")]
#[cfg_attr(docsrs, doc(cfg(target_feature = "avx")))]
#[cfg(target_arch = "x86_64")]
pub fn set_i64_m256i(e3: i64, e2: i64, e1: i64, e0: i64) -> m256i {
m256i(unsafe { _mm256_set_epi64x(e3, e2, e1, e0) })
}
Expand Down

0 comments on commit 0d3618f

Please sign in to comment.