Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates > by-pkgid > 4e2dbb669434a7691662cb2f0ad38972 > files > 10178

rust-doc-1.28.0-1.mga6.armv7hl.rpm

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `f32x4` struct in crate `core`."><meta name="keywords" content="rust, rustlang, rust-lang, f32x4"><title>core::simd::f32x4 - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script src="../../storage.js"></script><link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../../core/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a><p class='location'>Struct f32x4</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.new">new</a><a href="#method.lanes">lanes</a><a href="#method.splat">splat</a><a href="#method.extract">extract</a><a href="#method.extract_unchecked">extract_unchecked</a><a href="#method.replace">replace</a><a href="#method.replace_unchecked">replace_unchecked</a><a href="#method.store_aligned">store_aligned</a><a href="#method.store_unaligned">store_unaligned</a><a href="#method.store_aligned_unchecked">store_aligned_unchecked</a><a href="#method.store_unaligned_unchecked">store_unaligned_unchecked</a><a href="#method.load_aligned">load_aligned</a><a href="#method.load_unaligned">load_unaligned</a><a href="#method.load_aligned_unchecked">load_aligned_unchecked</a><a href="#method.load_unaligned_unchecked">load_unaligned_unchecked</a><a href="#method.eq">eq</a><a href="#method.ne">ne</a><a href="#method.lt">lt</a><a href="#method.le">le</a><a href="#method.gt">gt</a><a href="#method.ge">ge</a><a href="#method.wrapping_sum">wrapping_sum</a><a href="#method.wrapping_product">wrapping_product</a><a href="#method.max_element">max_element</a><a href="#method.min_element">min_element</a><a href="#method.min">min</a><a href="#method.max">max</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Copy">Copy</a><a href="#impl-Clone">Clone</a><a href="#impl-Debug">Debug</a><a href="#impl-PartialOrd">PartialOrd</a><a href="#impl-Add">Add</a><a href="#impl-Sub">Sub</a><a href="#impl-Mul">Mul</a><a href="#impl-Div">Div</a><a href="#impl-Rem">Rem</a><a href="#impl-AddAssign">AddAssign</a><a href="#impl-SubAssign">SubAssign</a><a href="#impl-MulAssign">MulAssign</a><a href="#impl-DivAssign">DivAssign</a><a href="#impl-RemAssign">RemAssign</a><a href="#impl-Add%3Cf32%3E">Add&lt;f32&gt;</a><a href="#impl-Add%3Cf32x4%3E">Add&lt;f32x4&gt;</a><a href="#impl-Sub%3Cf32%3E">Sub&lt;f32&gt;</a><a href="#impl-Sub%3Cf32x4%3E">Sub&lt;f32x4&gt;</a><a href="#impl-Mul%3Cf32%3E">Mul&lt;f32&gt;</a><a href="#impl-Mul%3Cf32x4%3E">Mul&lt;f32x4&gt;</a><a href="#impl-Div%3Cf32%3E">Div&lt;f32&gt;</a><a href="#impl-Div%3Cf32x4%3E">Div&lt;f32x4&gt;</a><a href="#impl-Rem%3Cf32%3E">Rem&lt;f32&gt;</a><a href="#impl-Rem%3Cf32x4%3E">Rem&lt;f32x4&gt;</a><a href="#impl-AddAssign%3Cf32%3E">AddAssign&lt;f32&gt;</a><a href="#impl-SubAssign%3Cf32%3E">SubAssign&lt;f32&gt;</a><a href="#impl-MulAssign%3Cf32%3E">MulAssign&lt;f32&gt;</a><a href="#impl-DivAssign%3Cf32%3E">DivAssign&lt;f32&gt;</a><a href="#impl-RemAssign%3Cf32%3E">RemAssign&lt;f32&gt;</a><a href="#impl-Neg">Neg</a><a href="#impl-PartialEq%3Cf32x4%3E">PartialEq&lt;f32x4&gt;</a><a href="#impl-Default">Default</a><a href="#impl-FromBits%3Cf32x4%3E">FromBits&lt;f32x4&gt;</a><a href="#impl-FromBits%3Cu64x2%3E">FromBits&lt;u64x2&gt;</a><a href="#impl-FromBits%3Ci64x2%3E">FromBits&lt;i64x2&gt;</a><a href="#impl-FromBits%3Cf64x2%3E">FromBits&lt;f64x2&gt;</a><a href="#impl-FromBits%3Cm64x2%3E">FromBits&lt;m64x2&gt;</a><a href="#impl-FromBits%3Ci32x4%3E">FromBits&lt;i32x4&gt;</a><a href="#impl-FromBits%3Cu32x4%3E">FromBits&lt;u32x4&gt;</a><a href="#impl-FromBits%3Cm32x4%3E">FromBits&lt;m32x4&gt;</a><a href="#impl-FromBits%3Cu16x8%3E">FromBits&lt;u16x8&gt;</a><a href="#impl-FromBits%3Ci16x8%3E">FromBits&lt;i16x8&gt;</a><a href="#impl-FromBits%3Cm16x8%3E">FromBits&lt;m16x8&gt;</a><a href="#impl-FromBits%3Cu8x16%3E">FromBits&lt;u8x16&gt;</a><a href="#impl-FromBits%3Ci8x16%3E">FromBits&lt;i8x16&gt;</a><a href="#impl-FromBits%3Cm8x16%3E">FromBits&lt;m8x16&gt;</a><a href="#impl-From%3Cf32x4%3E">From&lt;f32x4&gt;</a><a href="#impl-From%3Cf64x4%3E">From&lt;f64x4&gt;</a><a href="#impl-From%3Cu64x4%3E">From&lt;u64x4&gt;</a><a href="#impl-From%3Ci64x4%3E">From&lt;i64x4&gt;</a><a href="#impl-From%3Cm64x4%3E">From&lt;m64x4&gt;</a><a href="#impl-From%3Cu32x4%3E">From&lt;u32x4&gt;</a><a href="#impl-From%3Ci32x4%3E">From&lt;i32x4&gt;</a><a href="#impl-From%3Cm32x4%3E">From&lt;m32x4&gt;</a><a href="#impl-From%3Cu16x4%3E">From&lt;u16x4&gt;</a><a href="#impl-From%3Ci16x4%3E">From&lt;i16x4&gt;</a><a href="#impl-From%3Cm16x4%3E">From&lt;m16x4&gt;</a><a href="#impl-From%3Cu8x4%3E">From&lt;u8x4&gt;</a><a href="#impl-From%3Ci8x4%3E">From&lt;i8x4&gt;</a><a href="#impl-From%3Cm8x4%3E">From&lt;m8x4&gt;</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a></div></div><p class='location'><a href='../index.html'>core</a>::<wbr><a href='index.html'>simd</a></p><script>window.sidebarCurrent = {name: 'f32x4', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form js-only"><div class="search-container"><input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>core</a>::<wbr><a href='index.html'>simd</a>::<wbr><a class="struct" href=''>f32x4</a></span><span class='out-of-band'><span class='since' title='Stable since Rust version '></span><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>&#x2212;</span>]</a></span><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#64' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust struct'><div class="docblock attributes">#[repr(simd)]
</div>pub struct f32x4(_, _, _, _);</pre></div><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>A 128-bit vector with 4 <code>f32</code> lanes.</p>
</div>
                    <h2 id='methods' class='small-section-header'>
                      Methods<a href='#methods' class='anchor'></a>
                    </h2>
                <h3 id='impl' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minimal.rs.html#9-83' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub const fn <a href='#method.new' class='fnname'>new</a>(x0: f32, x1: f32, x2: f32, x3: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minimal.rs.html#13-15' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Creates a new instance with each vector elements initialized
with the provided values.</p>
</div><h4 id='method.lanes' class="method"><span id='lanes.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub const fn <a href='#method.lanes' class='fnname'>lanes</a>() -&gt; usize</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minimal.rs.html#19-21' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Returns the number of vector lanes.</p>
</div><h4 id='method.splat' class="method"><span id='splat.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub const fn <a href='#method.splat' class='fnname'>splat</a>(value: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minimal.rs.html#26-32' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Constructs a new instance with each element initialized to
<code>value</code>.</p>
</div><h4 id='method.extract' class="method"><span id='extract.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.extract' class='fnname'>extract</a>(self, index: usize) -&gt; f32</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minimal.rs.html#40-43' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Extracts the value at <code>index</code>.</p>
<h1 id="panics" class="section-header"><a href="#panics">Panics</a></h1>
<p>If <code>index &gt;= Self::lanes()</code>.</p>
</div><h4 id='method.extract_unchecked' class="method"><span id='extract_unchecked.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub unsafe fn <a href='#method.extract_unchecked' class='fnname'>extract_unchecked</a>(self, index: usize) -&gt; f32</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minimal.rs.html#51-54' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Extracts the value at <code>index</code>.</p>
<h1 id="precondition" class="section-header"><a href="#precondition">Precondition</a></h1>
<p>If <code>index &gt;= Self::lanes()</code> the behavior is undefined.</p>
</div><h4 id='method.replace' class="method"><span id='replace.v' class='invisible'><table class='table-display'><tbody><tr><td><code><div class="docblock attributes">#[must_use = "replace does not modify the original value - it returns a new vector with the value at `index` replaced by `new_value`d"]
</div>pub fn <a href='#method.replace' class='fnname'>replace</a>(self, index: usize, new_value: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minimal.rs.html#63-66' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Returns a new vector where the value at <code>index</code> is replaced by <code>new_value</code>.</p>
<h1 id="panics-1" class="section-header"><a href="#panics-1">Panics</a></h1>
<p>If <code>index &gt;= Self::lanes()</code>.</p>
</div><h4 id='method.replace_unchecked' class="method"><span id='replace_unchecked.v' class='invisible'><table class='table-display'><tbody><tr><td><code><div class="docblock attributes">#[must_use = "replace_unchecked does not modify the original value - it returns a new vector with the value at `index` replaced by `new_value`d"]
</div>pub unsafe fn <a href='#method.replace_unchecked' class='fnname'>replace_unchecked</a>(self, index: usize, new_value: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minimal.rs.html#75-82' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Returns a new vector where the value at <code>index</code> is replaced by <code>new_value</code>.</p>
<h1 id="precondition-1" class="section-header"><a href="#precondition-1">Precondition</a></h1>
<p>If <code>index &gt;= Self::lanes()</code> the behavior is undefined.</p>
</div></div><h3 id='impl-1' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-1' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#6-138' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.store_aligned' class="method"><span id='store_aligned.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.store_aligned' class='fnname'>store_aligned</a>(self, slice: &amp;mut [f32])</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#14-25' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Writes the values of the vector to the <code>slice</code>.</p>
<h1 id="panics-2" class="section-header"><a href="#panics-2">Panics</a></h1>
<p>If <code>slice.len() &lt; Self::lanes()</code> or <code>&amp;slice[0]</code> is not
aligned to an <code>align_of::&lt;Self&gt;()</code> boundary.</p>
</div><h4 id='method.store_unaligned' class="method"><span id='store_unaligned.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.store_unaligned' class='fnname'>store_unaligned</a>(self, slice: &amp;mut [f32])</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#33-38' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Writes the values of the vector to the <code>slice</code>.</p>
<h1 id="panics-3" class="section-header"><a href="#panics-3">Panics</a></h1>
<p>If <code>slice.len() &lt; Self::lanes()</code>.</p>
</div><h4 id='method.store_aligned_unchecked' class="method"><span id='store_aligned_unchecked.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub unsafe fn <a href='#method.store_aligned_unchecked' class='fnname'>store_aligned_unchecked</a>(self, slice: &amp;mut [f32])</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#48-53' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Writes the values of the vector to the <code>slice</code>.</p>
<h1 id="precondition-2" class="section-header"><a href="#precondition-2">Precondition</a></h1>
<p>If <code>slice.len() &lt; Self::lanes()</code> or <code>&amp;slice[0]</code> is not
aligned to an <code>align_of::&lt;Self&gt;()</code> boundary, the behavior is
undefined.</p>
</div><h4 id='method.store_unaligned_unchecked' class="method"><span id='store_unaligned_unchecked.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub unsafe fn <a href='#method.store_unaligned_unchecked' class='fnname'>store_unaligned_unchecked</a>(self, slice: &amp;mut [f32])</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#61-72' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Writes the values of the vector to the <code>slice</code>.</p>
<h1 id="precondition-3" class="section-header"><a href="#precondition-3">Precondition</a></h1>
<p>If <code>slice.len() &lt; Self::lanes()</code> the behavior is undefined.</p>
</div><h4 id='method.load_aligned' class="method"><span id='load_aligned.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.load_aligned' class='fnname'>load_aligned</a>(slice: &amp;[f32]) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#81-91' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Instantiates a new vector with the values of the <code>slice</code>.</p>
<h1 id="panics-4" class="section-header"><a href="#panics-4">Panics</a></h1>
<p>If <code>slice.len() &lt; Self::lanes()</code> or <code>&amp;slice[0]</code> is not aligned
to an <code>align_of::&lt;Self&gt;()</code> boundary.</p>
</div><h4 id='method.load_unaligned' class="method"><span id='load_unaligned.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.load_unaligned' class='fnname'>load_unaligned</a>(slice: &amp;[f32]) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#99-104' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Instantiates a new vector with the values of the <code>slice</code>.</p>
<h1 id="panics-5" class="section-header"><a href="#panics-5">Panics</a></h1>
<p>If <code>slice.len() &lt; Self::lanes()</code>.</p>
</div><h4 id='method.load_aligned_unchecked' class="method"><span id='load_aligned_unchecked.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub unsafe fn <a href='#method.load_aligned_unchecked' class='fnname'>load_aligned_unchecked</a>(slice: &amp;[f32]) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#113-115' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Instantiates a new vector with the values of the <code>slice</code>.</p>
<h1 id="precondition-4" class="section-header"><a href="#precondition-4">Precondition</a></h1>
<p>If <code>slice.len() &lt; Self::lanes()</code> or <code>&amp;slice[0]</code> is not aligned
to an <code>align_of::&lt;Self&gt;()</code> boundary, the behavior is undefined.</p>
</div><h4 id='method.load_unaligned_unchecked' class="method"><span id='load_unaligned_unchecked.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub unsafe fn <a href='#method.load_unaligned_unchecked' class='fnname'>load_unaligned_unchecked</a>(slice: &amp;[f32]) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/load_store.rs.html#123-137' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Instantiates a new vector with the values of the <code>slice</code>.</p>
<h1 id="precondition-5" class="section-header"><a href="#precondition-5">Precondition</a></h1>
<p>If <code>slice.len() &lt; Self::lanes()</code> the behavior is undefined.</p>
</div></div><h3 id='impl-2' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-2' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/cmp.rs.html#6-48' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.eq' class="method"><span id='eq.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.eq' class='fnname'>eq</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/cmp.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Lane-wise equality comparison.</p>
</div><h4 id='method.ne' class="method"><span id='ne.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.ne' class='fnname'>ne</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/cmp.rs.html#16-19' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Lane-wise inequality comparison.</p>
</div><h4 id='method.lt' class="method"><span id='lt.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.lt' class='fnname'>lt</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/cmp.rs.html#23-26' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Lane-wise less-than comparison.</p>
</div><h4 id='method.le' class="method"><span id='le.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.le' class='fnname'>le</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/cmp.rs.html#30-33' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Lane-wise less-than-or-equals comparison.</p>
</div><h4 id='method.gt' class="method"><span id='gt.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.gt' class='fnname'>gt</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/cmp.rs.html#37-40' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Lane-wise greater-than comparison.</p>
</div><h4 id='method.ge' class="method"><span id='ge.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.ge' class='fnname'>ge</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/cmp.rs.html#44-47' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Lane-wise greater-than-or-equals comparison.</p>
</div></div><h3 id='impl-3' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-3' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_reductions.rs.html#6-108' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.wrapping_sum' class="method"><span id='wrapping_sum.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.wrapping_sum' class='fnname'>wrapping_sum</a>(self) -&gt; f32</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_reductions.rs.html#25-28' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Horizontal sum of the vector elements.</p>
<p>The intrinsic performs a tree-reduction of the vector elements.
That is, for an 8 element vector:</p>
<blockquote>
<p>((x0 + x1) + (x2 + x3)) + ((x4 + x5) + (x6 + x7))</p>
</blockquote>
<h1 id="integer-vectors" class="section-header"><a href="#integer-vectors">Integer vectors</a></h1>
<p>If an operation overflows it returns the mathematical result
modulo <code>2^n</code> where <code>n</code> is the number of times it overflows.</p>
<h1 id="floating-point-vectors" class="section-header"><a href="#floating-point-vectors">Floating-point vectors</a></h1>
<p>If one of the vector element is <code>NaN</code> the reduction returns
<code>NaN</code>.</p>
</div><h4 id='method.wrapping_product' class="method"><span id='wrapping_product.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.wrapping_product' class='fnname'>wrapping_product</a>(self) -&gt; f32</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_reductions.rs.html#76-79' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Horizontal product of the vector elements.</p>
<p>The intrinsic performs a tree-reduction of the vector elements.
That is, for an 8 element vector:</p>
<blockquote>
<p>((x0 * x1) * (x2 * x3)) * ((x4 * x5) * (x6 * x7))</p>
</blockquote>
<h1 id="integer-vectors-1" class="section-header"><a href="#integer-vectors-1">Integer vectors</a></h1>
<p>If an operation overflows it returns the mathematical result
modulo <code>2^n</code> where <code>n</code> is the number of times it overflows.</p>
<h1 id="floating-point-vectors-1" class="section-header"><a href="#floating-point-vectors-1">Floating-point vectors</a></h1>
<p>If one of the vector element is <code>NaN</code> the reduction returns
<code>NaN</code>.</p>
</div></div><h3 id='impl-4' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-4' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minmax_reductions.rs.html#6-52' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.max_element' class="method"><span id='max_element.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.max_element' class='fnname'>max_element</a>(self) -&gt; f32</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minmax_reductions.rs.html#19-28' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Largest vector element value.</p>
</div><h4 id='method.min_element' class="method"><span id='min_element.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.min_element' class='fnname'>min_element</a>(self) -&gt; f32</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minmax_reductions.rs.html#42-51' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Smallest vector element value.</p>
</div></div><h3 id='impl-5' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-5' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minmax.rs.html#75-105' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.min' class="method"><span id='min.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.min' class='fnname'>min</a>(self, x: Self) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minmax.rs.html#82-85' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Minimum of two vectors.</p>
<p>Returns a new vector containing the minimum value of each of the
input vector lanes. The lane-wise semantics are the same as that
of <code>min</code> for the primitive floating-point types.</p>
</div><h4 id='method.max' class="method"><span id='max.v' class='invisible'><table class='table-display'><tbody><tr><td><code>pub fn <a href='#method.max' class='fnname'>max</a>(self, x: Self) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/minmax.rs.html#93-104' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Maximum of two vectors.</p>
<p>Returns a new vector containing the minimum value of each of the
input vector lanes. The lane-wise semantics are the same as that
of <code>max</code> for the primitive floating-point types.</p>
</div></div>
                <h2 id='implementations' class='small-section-header'>
                  Trait Implementations<a href='#implementations' class='anchor'></a>
                </h2>
                <div id='implementations-list'><h3 id='impl-Copy' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Copy' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'></div><h3 id='impl-Clone' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Clone' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Returns a copy of the value. <a href="../../core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class="method"><span id='clone_from.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: &amp;Self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='../../src/core/clone.rs.html#130-132' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="../../core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3 id='impl-Debug' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Debug' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.fmt' class="method"><span id='fmt.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="../../core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="../../core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Formats the value using the given formatter. <a href="../../core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3 id='impl-PartialOrd' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-PartialOrd' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.partial_cmp' class="method"><span id='partial_cmp.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/cmp/trait.PartialOrd.html#tymethod.partial_cmp' class='fnname'>partial_cmp</a>(&amp;self, other: &amp;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="enum" href="../../core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../../core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>&gt;</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="../../core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></p>
</div><h4 id='method.lt-1' class="method"><span id='lt.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/cmp/trait.PartialOrd.html#method.lt' class='fnname'>lt</a>(&amp;self, other: &amp;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; bool</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code>&lt;</code> operator. <a href="../../core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
</div><h4 id='method.le-1' class="method"><span id='le.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/cmp/trait.PartialOrd.html#method.le' class='fnname'>le</a>(&amp;self, other: &amp;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; bool</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>&lt;=</code> operator. <a href="../../core/cmp/trait.PartialOrd.html#method.le">Read more</a></p>
</div><h4 id='method.gt-1' class="method"><span id='gt.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/cmp/trait.PartialOrd.html#method.gt' class='fnname'>gt</a>(&amp;self, other: &amp;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; bool</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>&gt;</code> operator. <a href="../../core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
</div><h4 id='method.ge-1' class="method"><span id='ge.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/cmp/trait.PartialOrd.html#method.ge' class='fnname'>ge</a>(&amp;self, other: &amp;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; bool</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/mod.rs.html#62' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>&gt;=</code> operator. <a href="../../core/cmp/trait.PartialOrd.html#method.ge">Read more</a></p>
</div></div><h3 id='impl-Add' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Add.html" title="trait core::ops::Add">Add</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Add' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#6-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output' class="type"><span id='Output.t' class='invisible'><code>type <a href='../../core/ops/trait.Add.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add' class="method"><span id='add.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: Self) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Sub' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Sub.html" title="trait core::ops::Sub">Sub</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Sub' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#15-22' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-1' class="type"><span id='Output.t-1' class='invisible'><code>type <a href='../../core/ops/trait.Sub.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub' class="method"><span id='sub.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: Self) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#18-21' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Mul' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Mul.html" title="trait core::ops::Mul">Mul</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Mul' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#24-31' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-2' class="type"><span id='Output.t-2' class='invisible'><code>type <a href='../../core/ops/trait.Mul.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul' class="method"><span id='mul.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: Self) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#27-30' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Div' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Div.html" title="trait core::ops::Div">Div</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Div' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#33-40' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-3' class="type"><span id='Output.t-3' class='invisible'><code>type <a href='../../core/ops/trait.Div.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div' class="method"><span id='div.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: Self) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#36-39' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Rem' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Rem.html" title="trait core::ops::Rem">Rem</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Rem' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#42-49' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-4' class="type"><span id='Output.t-4' class='invisible'><code>type <a href='../../core/ops/trait.Rem.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem' class="method"><span id='rem.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: Self) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#45-48' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-AddAssign' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.AddAssign.html" title="trait core::ops::AddAssign">AddAssign</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-AddAssign' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#51-56' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.add_assign' class="method"><span id='add_assign.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.AddAssign.html#tymethod.add_assign' class='fnname'>add_assign</a>(&amp;mut self, other: Self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#53-55' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>+=</code> operation.</p>
</div></div><h3 id='impl-SubAssign' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.SubAssign.html" title="trait core::ops::SubAssign">SubAssign</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-SubAssign' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#58-63' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.sub_assign' class="method"><span id='sub_assign.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.SubAssign.html#tymethod.sub_assign' class='fnname'>sub_assign</a>(&amp;mut self, other: Self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#60-62' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>-=</code> operation.</p>
</div></div><h3 id='impl-MulAssign' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.MulAssign.html" title="trait core::ops::MulAssign">MulAssign</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-MulAssign' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#65-70' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.mul_assign' class="method"><span id='mul_assign.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.MulAssign.html#tymethod.mul_assign' class='fnname'>mul_assign</a>(&amp;mut self, other: Self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#67-69' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>*=</code> operation.</p>
</div></div><h3 id='impl-DivAssign' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.DivAssign.html" title="trait core::ops::DivAssign">DivAssign</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-DivAssign' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#72-77' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.div_assign' class="method"><span id='div_assign.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.DivAssign.html#tymethod.div_assign' class='fnname'>div_assign</a>(&amp;mut self, other: Self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#74-76' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>/=</code> operation.</p>
</div></div><h3 id='impl-RemAssign' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.RemAssign.html" title="trait core::ops::RemAssign">RemAssign</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-RemAssign' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#79-84' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.rem_assign' class="method"><span id='rem_assign.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.RemAssign.html#tymethod.rem_assign' class='fnname'>rem_assign</a>(&amp;mut self, other: Self)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_ops.rs.html#81-83' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>%=</code> operation.</p>
</div></div><h3 id='impl-Add%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Add.html" title="trait core::ops::Add">Add</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Add%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#6-12' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-5' class="type"><span id='Output.t-5' class='invisible'><code>type <a href='../../core/ops/trait.Add.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-1' class="method"><span id='add.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#9-11' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3Cf32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Add.html" title="trait core::ops::Add">Add</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for f32</code><a href='#impl-Add%3Cf32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#13-19' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-6' class="type"><span id='Output.t-6' class='invisible'><code>type <a href='../../core/ops/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-2' class="method"><span id='add.v-2' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#16-18' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Sub%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Sub.html" title="trait core::ops::Sub">Sub</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Sub%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#21-27' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-7' class="type"><span id='Output.t-7' class='invisible'><code>type <a href='../../core/ops/trait.Sub.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-1' class="method"><span id='sub.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#24-26' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3Cf32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Sub.html" title="trait core::ops::Sub">Sub</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for f32</code><a href='#impl-Sub%3Cf32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#28-34' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-8' class="type"><span id='Output.t-8' class='invisible'><code>type <a href='../../core/ops/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-2' class="method"><span id='sub.v-2' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#31-33' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Mul%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Mul.html" title="trait core::ops::Mul">Mul</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Mul%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#36-42' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-9' class="type"><span id='Output.t-9' class='invisible'><code>type <a href='../../core/ops/trait.Mul.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-1' class="method"><span id='mul.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#39-41' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3Cf32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Mul.html" title="trait core::ops::Mul">Mul</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for f32</code><a href='#impl-Mul%3Cf32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#43-49' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-10' class="type"><span id='Output.t-10' class='invisible'><code>type <a href='../../core/ops/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-2' class="method"><span id='mul.v-2' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#46-48' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Div%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Div.html" title="trait core::ops::Div">Div</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Div%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#51-57' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-11' class="type"><span id='Output.t-11' class='invisible'><code>type <a href='../../core/ops/trait.Div.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-1' class="method"><span id='div.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#54-56' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3Cf32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Div.html" title="trait core::ops::Div">Div</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for f32</code><a href='#impl-Div%3Cf32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#58-64' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-12' class="type"><span id='Output.t-12' class='invisible'><code>type <a href='../../core/ops/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-2' class="method"><span id='div.v-2' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#61-63' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Rem%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Rem.html" title="trait core::ops::Rem">Rem</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Rem%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#66-72' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-13' class="type"><span id='Output.t-13' class='invisible'><code>type <a href='../../core/ops/trait.Rem.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-1' class="method"><span id='rem.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: f32) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#69-71' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3Cf32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Rem.html" title="trait core::ops::Rem">Rem</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for f32</code><a href='#impl-Rem%3Cf32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#73-79' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-14' class="type"><span id='Output.t-14' class='invisible'><code>type <a href='../../core/ops/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-2' class="method"><span id='rem.v-2' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#76-78' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-AddAssign%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.AddAssign.html" title="trait core::ops::AddAssign">AddAssign</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-AddAssign%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#81-86' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.add_assign-1' class="method"><span id='add_assign.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.AddAssign.html#tymethod.add_assign' class='fnname'>add_assign</a>(&amp;mut self, other: f32)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#83-85' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>+=</code> operation.</p>
</div></div><h3 id='impl-SubAssign%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.SubAssign.html" title="trait core::ops::SubAssign">SubAssign</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-SubAssign%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#88-93' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.sub_assign-1' class="method"><span id='sub_assign.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.SubAssign.html#tymethod.sub_assign' class='fnname'>sub_assign</a>(&amp;mut self, other: f32)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#90-92' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>-=</code> operation.</p>
</div></div><h3 id='impl-MulAssign%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.MulAssign.html" title="trait core::ops::MulAssign">MulAssign</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-MulAssign%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#95-100' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.mul_assign-1' class="method"><span id='mul_assign.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.MulAssign.html#tymethod.mul_assign' class='fnname'>mul_assign</a>(&amp;mut self, other: f32)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#97-99' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>*=</code> operation.</p>
</div></div><h3 id='impl-DivAssign%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.DivAssign.html" title="trait core::ops::DivAssign">DivAssign</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-DivAssign%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#102-107' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.div_assign-1' class="method"><span id='div_assign.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.DivAssign.html#tymethod.div_assign' class='fnname'>div_assign</a>(&amp;mut self, other: f32)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#104-106' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>/=</code> operation.</p>
</div></div><h3 id='impl-RemAssign%3Cf32%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.RemAssign.html" title="trait core::ops::RemAssign">RemAssign</a>&lt;f32&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-RemAssign%3Cf32%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#109-114' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.rem_assign-1' class="method"><span id='rem_assign.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.RemAssign.html#tymethod.rem_assign' class='fnname'>rem_assign</a>(&amp;mut self, other: f32)</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/arithmetic_scalar_ops.rs.html#111-113' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the <code>%=</code> operation.</p>
</div></div><h3 id='impl-Neg' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/ops/trait.Neg.html" title="trait core::ops::Neg">Neg</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Neg' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/neg.rs.html#6-12' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='associatedtype.Output-15' class="type"><span id='Output.t-15' class='invisible'><code>type <a href='../../core/ops/trait.Neg.html#associatedtype.Output' class="type">Output</a> = Self</code></span></h4>
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.neg' class="method"><span id='neg.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/ops/trait.Neg.html#tymethod.neg' class='fnname'>neg</a>(self) -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/neg.rs.html#9-11' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the unary <code>-</code> operation.</p>
</div></div><h3 id='impl-PartialEq%3Cf32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-PartialEq%3Cf32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/partial_eq.rs.html#6-15' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.eq-1' class="method"><span id='eq.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;Self) -&gt; bool</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/partial_eq.rs.html#8-10' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="../../core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4 id='method.ne-1' class="method"><span id='ne.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: &amp;Self) -&gt; bool</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/partial_eq.rs.html#12-14' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-Default' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Default' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/default.rs.html#6-11' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.default' class="method"><span id='default.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/default/trait.Default.html#tymethod.default' class='fnname'>default</a>() -&gt; Self</code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/default.rs.html#8-10' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Returns the &quot;default value&quot; for a type. <a href="../../core/default/trait.Default.html#tymethod.default">Read more</a></p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.u64x2.html" title="struct core::simd::u64x2">u64x2</a></code><a href='#impl-FromBits%3Cf32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits' class="method"><span id='from_bits.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.u64x2.html" title="struct core::simd::u64x2">u64x2</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-1' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.i64x2.html" title="struct core::simd::i64x2">i64x2</a></code><a href='#impl-FromBits%3Cf32x4%3E-1' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-1' class="method"><span id='from_bits.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.i64x2.html" title="struct core::simd::i64x2">i64x2</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-2' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f64x2.html" title="struct core::simd::f64x2">f64x2</a></code><a href='#impl-FromBits%3Cf32x4%3E-2' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-2' class="method"><span id='from_bits.v-2' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f64x2.html" title="struct core::simd::f64x2">f64x2</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-3' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.u32x4.html" title="struct core::simd::u32x4">u32x4</a></code><a href='#impl-FromBits%3Cf32x4%3E-3' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-3' class="method"><span id='from_bits.v-3' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.u32x4.html" title="struct core::simd::u32x4">u32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-4' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.i32x4.html" title="struct core::simd::i32x4">i32x4</a></code><a href='#impl-FromBits%3Cf32x4%3E-4' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-4' class="method"><span id='from_bits.v-4' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.i32x4.html" title="struct core::simd::i32x4">i32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cu64x2%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.u64x2.html" title="struct core::simd::u64x2">u64x2</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cu64x2%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-5' class="method"><span id='from_bits.v-5' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.u64x2.html" title="struct core::simd::u64x2">u64x2</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Ci64x2%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.i64x2.html" title="struct core::simd::i64x2">i64x2</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Ci64x2%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-6' class="method"><span id='from_bits.v-6' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.i64x2.html" title="struct core::simd::i64x2">i64x2</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf64x2%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f64x2.html" title="struct core::simd::f64x2">f64x2</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cf64x2%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-7' class="method"><span id='from_bits.v-7' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f64x2.html" title="struct core::simd::f64x2">f64x2</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cm64x2%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.m64x2.html" title="struct core::simd::m64x2">m64x2</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cm64x2%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-8' class="method"><span id='from_bits.v-8' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.m64x2.html" title="struct core::simd::m64x2">m64x2</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Ci32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.i32x4.html" title="struct core::simd::i32x4">i32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Ci32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-9' class="method"><span id='from_bits.v-9' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.i32x4.html" title="struct core::simd::i32x4">i32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cu32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.u32x4.html" title="struct core::simd::u32x4">u32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cu32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-10' class="method"><span id='from_bits.v-10' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.u32x4.html" title="struct core::simd::u32x4">u32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cm32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cm32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-11' class="method"><span id='from_bits.v-11' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cu16x8%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.u16x8.html" title="struct core::simd::u16x8">u16x8</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cu16x8%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-12' class="method"><span id='from_bits.v-12' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.u16x8.html" title="struct core::simd::u16x8">u16x8</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Ci16x8%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.i16x8.html" title="struct core::simd::i16x8">i16x8</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Ci16x8%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-13' class="method"><span id='from_bits.v-13' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.i16x8.html" title="struct core::simd::i16x8">i16x8</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cm16x8%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.m16x8.html" title="struct core::simd::m16x8">m16x8</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cm16x8%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-14' class="method"><span id='from_bits.v-14' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.m16x8.html" title="struct core::simd::m16x8">m16x8</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cu8x16%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.u8x16.html" title="struct core::simd::u8x16">u8x16</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cu8x16%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-15' class="method"><span id='from_bits.v-15' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.u8x16.html" title="struct core::simd::u8x16">u8x16</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Ci8x16%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.i8x16.html" title="struct core::simd::i8x16">i8x16</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Ci8x16%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-16' class="method"><span id='from_bits.v-16' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.i8x16.html" title="struct core::simd::i8x16">i8x16</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cm8x16%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.m8x16.html" title="struct core::simd::m8x16">m8x16</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-FromBits%3Cm8x16%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-17' class="method"><span id='from_bits.v-17' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.m8x16.html" title="struct core::simd::m8x16">m8x16</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-5' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.u16x8.html" title="struct core::simd::u16x8">u16x8</a></code><a href='#impl-FromBits%3Cf32x4%3E-5' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-18' class="method"><span id='from_bits.v-18' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.u16x8.html" title="struct core::simd::u16x8">u16x8</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-6' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.i16x8.html" title="struct core::simd::i16x8">i16x8</a></code><a href='#impl-FromBits%3Cf32x4%3E-6' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-19' class="method"><span id='from_bits.v-19' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.i16x8.html" title="struct core::simd::i16x8">i16x8</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-7' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.u8x16.html" title="struct core::simd::u8x16">u8x16</a></code><a href='#impl-FromBits%3Cf32x4%3E-7' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-20' class="method"><span id='from_bits.v-20' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.u8x16.html" title="struct core::simd::u8x16">u8x16</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-8' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.i8x16.html" title="struct core::simd::i8x16">i8x16</a></code><a href='#impl-FromBits%3Cf32x4%3E-8' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-21' class="method"><span id='from_bits.v-21' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.i8x16.html" title="struct core::simd::i8x16">i8x16</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.u32x4.html" title="struct core::simd::u32x4">u32x4</a></code><a href='#impl-From%3Cf32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from' class="method"><span id='from.v' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.u32x4.html" title="struct core::simd::u32x4">u32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E-1' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.i32x4.html" title="struct core::simd::i32x4">i32x4</a></code><a href='#impl-From%3Cf32x4%3E-1' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-1' class="method"><span id='from.v-1' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.i32x4.html" title="struct core::simd::i32x4">i32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf64x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f64x4.html" title="struct core::simd::f64x4">f64x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cf64x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-2' class="method"><span id='from.v-2' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f64x4.html" title="struct core::simd::f64x4">f64x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cu64x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.u64x4.html" title="struct core::simd::u64x4">u64x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cu64x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-3' class="method"><span id='from.v-3' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.u64x4.html" title="struct core::simd::u64x4">u64x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Ci64x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.i64x4.html" title="struct core::simd::i64x4">i64x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Ci64x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-4' class="method"><span id='from.v-4' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.i64x4.html" title="struct core::simd::i64x4">i64x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cm64x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.m64x4.html" title="struct core::simd::m64x4">m64x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cm64x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-5' class="method"><span id='from.v-5' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.m64x4.html" title="struct core::simd::m64x4">m64x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cu32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.u32x4.html" title="struct core::simd::u32x4">u32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cu32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-6' class="method"><span id='from.v-6' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.u32x4.html" title="struct core::simd::u32x4">u32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Ci32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.i32x4.html" title="struct core::simd::i32x4">i32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Ci32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-7' class="method"><span id='from.v-7' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.i32x4.html" title="struct core::simd::i32x4">i32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cm32x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cm32x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-8' class="method"><span id='from.v-8' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.m32x4.html" title="struct core::simd::m32x4">m32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cu16x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.u16x4.html" title="struct core::simd::u16x4">u16x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cu16x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-9' class="method"><span id='from.v-9' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.u16x4.html" title="struct core::simd::u16x4">u16x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Ci16x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.i16x4.html" title="struct core::simd::i16x4">i16x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Ci16x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-10' class="method"><span id='from.v-10' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.i16x4.html" title="struct core::simd::i16x4">i16x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cm16x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.m16x4.html" title="struct core::simd::m16x4">m16x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cm16x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-11' class="method"><span id='from.v-11' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.m16x4.html" title="struct core::simd::m16x4">m16x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cu8x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.u8x4.html" title="struct core::simd::u8x4">u8x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cu8x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-12' class="method"><span id='from.v-12' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.u8x4.html" title="struct core::simd::u8x4">u8x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Ci8x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.i8x4.html" title="struct core::simd::i8x4">i8x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Ci8x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-13' class="method"><span id='from.v-13' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.i8x4.html" title="struct core::simd::i8x4">i8x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cm8x4%3E' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.m8x4.html" title="struct core::simd::m8x4">m8x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-From%3Cm8x4%3E' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-14' class="method"><span id='from.v-14' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.m8x4.html" title="struct core::simd::m8x4">m8x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E-2' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.f64x4.html" title="struct core::simd::f64x4">f64x4</a></code><a href='#impl-From%3Cf32x4%3E-2' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-15' class="method"><span id='from.v-15' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.f64x4.html" title="struct core::simd::f64x4">f64x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E-3' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.i64x4.html" title="struct core::simd::i64x4">i64x4</a></code><a href='#impl-From%3Cf32x4%3E-3' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-16' class="method"><span id='from.v-16' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.i64x4.html" title="struct core::simd::i64x4">i64x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E-4' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.u64x4.html" title="struct core::simd::u64x4">u64x4</a></code><a href='#impl-From%3Cf32x4%3E-4' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-17' class="method"><span id='from.v-17' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.u64x4.html" title="struct core::simd::u64x4">u64x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E-5' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.i8x4.html" title="struct core::simd::i8x4">i8x4</a></code><a href='#impl-From%3Cf32x4%3E-5' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-18' class="method"><span id='from.v-18' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.i8x4.html" title="struct core::simd::i8x4">i8x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E-6' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.u8x4.html" title="struct core::simd::u8x4">u8x4</a></code><a href='#impl-From%3Cf32x4%3E-6' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-19' class="method"><span id='from.v-19' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.u8x4.html" title="struct core::simd::u8x4">u8x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E-7' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.u16x4.html" title="struct core::simd::u16x4">u16x4</a></code><a href='#impl-From%3Cf32x4%3E-7' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-20' class="method"><span id='from.v-20' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.u16x4.html" title="struct core::simd::u16x4">u16x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3Cf32x4%3E-8' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/simd/struct.i16x4.html" title="struct core::simd::i16x4">i16x4</a></code><a href='#impl-From%3Cf32x4%3E-8' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#7-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from-21' class="method"><span id='from.v-21' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/simd/struct.i16x4.html" title="struct core::simd::i16x4">i16x4</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from.rs.html#9-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='docblock'><p>Performs the conversion.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-9' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/x86/struct.__m128.html" title="struct core::arch::x86::__m128">__m128</a></code><a href='#impl-FromBits%3Cf32x4%3E-9' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-22' class="method"><span id='from_bits.v-22' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/x86/struct.__m128.html" title="struct core::arch::x86::__m128">__m128</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-10' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/x86/struct.__m128i.html" title="struct core::arch::x86::__m128i">__m128i</a></code><a href='#impl-FromBits%3Cf32x4%3E-10' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-23' class="method"><span id='from_bits.v-23' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/x86/struct.__m128i.html" title="struct core::arch::x86::__m128i">__m128i</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-11' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/x86/struct.__m128d.html" title="struct core::arch::x86::__m128d">__m128d</a></code><a href='#impl-FromBits%3Cf32x4%3E-11' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-24' class="method"><span id='from_bits.v-24' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/x86/struct.__m128d.html" title="struct core::arch::x86::__m128d">__m128d</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-12' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/aarch64/struct.float64x2_t.html" title="struct core::arch::aarch64::float64x2_t">float64x2_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-12' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-25' class="method"><span id='from_bits.v-25' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/aarch64/struct.float64x2_t.html" title="struct core::arch::aarch64::float64x2_t">float64x2_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-13' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.int8x16_t.html" title="struct core::arch::arm::int8x16_t">int8x16_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-13' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-26' class="method"><span id='from_bits.v-26' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.int8x16_t.html" title="struct core::arch::arm::int8x16_t">int8x16_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-14' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.uint8x16_t.html" title="struct core::arch::arm::uint8x16_t">uint8x16_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-14' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-27' class="method"><span id='from_bits.v-27' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.uint8x16_t.html" title="struct core::arch::arm::uint8x16_t">uint8x16_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-15' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.poly8x16_t.html" title="struct core::arch::arm::poly8x16_t">poly8x16_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-15' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-28' class="method"><span id='from_bits.v-28' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.poly8x16_t.html" title="struct core::arch::arm::poly8x16_t">poly8x16_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-16' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.int16x8_t.html" title="struct core::arch::arm::int16x8_t">int16x8_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-16' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-29' class="method"><span id='from_bits.v-29' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.int16x8_t.html" title="struct core::arch::arm::int16x8_t">int16x8_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-17' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.uint16x8_t.html" title="struct core::arch::arm::uint16x8_t">uint16x8_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-17' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-30' class="method"><span id='from_bits.v-30' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.uint16x8_t.html" title="struct core::arch::arm::uint16x8_t">uint16x8_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-18' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.poly16x8_t.html" title="struct core::arch::arm::poly16x8_t">poly16x8_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-18' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-31' class="method"><span id='from_bits.v-31' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.poly16x8_t.html" title="struct core::arch::arm::poly16x8_t">poly16x8_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-19' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.int32x4_t.html" title="struct core::arch::arm::int32x4_t">int32x4_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-19' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-32' class="method"><span id='from_bits.v-32' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.int32x4_t.html" title="struct core::arch::arm::int32x4_t">int32x4_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-20' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.uint32x4_t.html" title="struct core::arch::arm::uint32x4_t">uint32x4_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-20' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-33' class="method"><span id='from_bits.v-33' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.uint32x4_t.html" title="struct core::arch::arm::uint32x4_t">uint32x4_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-21' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.float32x4_t.html" title="struct core::arch::arm::float32x4_t">float32x4_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-21' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-34' class="method"><span id='from_bits.v-34' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.float32x4_t.html" title="struct core::arch::arm::float32x4_t">float32x4_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-22' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.int64x2_t.html" title="struct core::arch::arm::int64x2_t">int64x2_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-22' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-35' class="method"><span id='from_bits.v-35' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.int64x2_t.html" title="struct core::arch::arm::int64x2_t">int64x2_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div><h3 id='impl-FromBits%3Cf32x4%3E-23' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/simd/trait.FromBits.html" title="trait core::simd::FromBits">FromBits</a>&lt;<a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>&gt; for <a class="struct" href="../../core/arch/arm/struct.uint64x2_t.html" title="struct core::arch::arm::uint64x2_t">uint64x2_t</a></code><a href='#impl-FromBits%3Cf32x4%3E-23' class='anchor'></a></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#8-13' title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><div class='impl-items'><h4 id='method.from_bits-36' class="method"><span id='from_bits.v-36' class='invisible'><table class='table-display'><tbody><tr><td><code>fn <a href='../../core/simd/trait.FromBits.html#tymethod.from_bits' class='fnname'>from_bits</a>(f: <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a>) -&gt; <a class="struct" href="../../core/arch/arm/struct.uint64x2_t.html" title="struct core::arch::arm::uint64x2_t">uint64x2_t</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/core/up/stdsimd/coresimd/ppsv/api/from_bits.rs.html#10-12' title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><div class='stability'><div class='stab unstable'><span class=microscope>🔬</span> This is a nightly-only experimental API.  (<code>stdsimd </code><a href="https://github.com/rust-lang/rust/issues/48556">#48556</a>)</div></div><div class='docblock'><p>Safe lossless bitwise from <code>T</code> to <code>Self</code>.</p>
</div></div></div>
                <h2 id='synthetic-implementations' class='small-section-header'>
                  Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a>
                </h2>
                <div id='synthetic-implementations-list'>
            <h3 id='impl-Send' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Send' class='anchor'></a></span></td><td><span class='out-of-band'></span></td></tr></tbody></table></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl <a class="trait" href="../../core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../../core/simd/struct.f32x4.html" title="struct core::simd::f32x4">f32x4</a></code><a href='#impl-Sync' class='anchor'></a></span></td><td><span class='out-of-band'></span></td></tr></tbody></table></h3><div class='impl-items'></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd>↑</kbd></dt><dd>Move up in search results</dd><dt><kbd>↓</kbd></dt><dd>Move down in search results</dd><dt><kbd>↹</kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g. <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../";window.currentCrate = "core";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>