Silence warnings
This commit is contained in:
parent
0682c31fce
commit
e3f0124baf
@ -1,4 +1,5 @@
|
|||||||
/// Provides implementations of `From<$a> for $b` and `From<$b> for $a` that transmutes the value.
|
/// Provides implementations of `From<$a> for $b` and `From<$b> for $a` that transmutes the value.
|
||||||
|
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
|
||||||
macro_rules! from_transmute {
|
macro_rules! from_transmute {
|
||||||
{ unsafe $a:ty => $b:ty } => {
|
{ unsafe $a:ty => $b:ty } => {
|
||||||
from_transmute!{ @impl $a => $b }
|
from_transmute!{ @impl $a => $b }
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#![feature(is_subnormal)]
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod ops_macros;
|
mod ops_macros;
|
||||||
impl_float_tests! { SimdF32, f32, i32 }
|
impl_float_tests! { SimdF32, f32, i32 }
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#![feature(is_subnormal)]
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod ops_macros;
|
mod ops_macros;
|
||||||
impl_float_tests! { SimdF64, f64, i64 }
|
impl_float_tests! { SimdF64, f64, i64 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user