Skip to content

Commit

Permalink
deploy: 283acf4
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Aug 13, 2024
1 parent d6f4817 commit b1a3aab
Show file tree
Hide file tree
Showing 15 changed files with 864 additions and 814 deletions.
4 changes: 2 additions & 2 deletions core_simd/simd/num/trait.SimdFloat.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ <h5 id="examples-3"><a class="doc-anchor" href="#examples-3">§</a>Examples</h5>
<span class="comment">// ...unless all values are NaN
</span><span class="kw">let </span>v = f32x2::from_array([f32::NAN, f32::NAN]);
<span class="macro">assert!</span>(v.reduce_min().is_nan());</code></pre></div>
</div></details></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/nightly/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-SimdFloat-for-Simd%3Cf32,+N%3E" class="impl"><a class="src rightside" href="../../../src/core_simd/simd/num/float.rs.html#425">source</a><a href="#impl-SimdFloat-for-Simd%3Cf32,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;const N: <a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.usize.html">usize</a>&gt; <a class="trait" href="trait.SimdFloat.html" title="trait core_simd::simd::num::SimdFloat">SimdFloat</a> for <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.f32.html">f32</a>, N&gt;<div class="where">where
<a class="struct" href="../struct.LaneCount.html" title="struct core_simd::simd::LaneCount">LaneCount</a>&lt;N&gt;: <a class="trait" href="../trait.SupportedLaneCount.html" title="trait core_simd::simd::SupportedLaneCount">SupportedLaneCount</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Mask-1" class="associatedtype trait-impl"><a href="#associatedtype.Mask-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Mask" class="associatedtype">Mask</a> = <a class="struct" href="../struct.Mask.html" title="struct core_simd::simd::Mask">Mask</a>&lt;&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.i32.html">i32</a> as <a class="trait" href="../trait.SimdElement.html" title="trait core_simd::simd::SimdElement">SimdElement</a>&gt;::<a class="associatedtype" href="../trait.SimdElement.html#associatedtype.Mask" title="type core_simd::simd::SimdElement::Mask">Mask</a>, N&gt;</h4></section><section id="associatedtype.Scalar-1" class="associatedtype trait-impl"><a href="#associatedtype.Scalar-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Scalar" class="associatedtype">Scalar</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.f32.html">f32</a></h4></section><section id="associatedtype.Bits-1" class="associatedtype trait-impl"><a href="#associatedtype.Bits-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Bits" class="associatedtype">Bits</a> = <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.u32.html">u32</a>, N&gt;</h4></section><section id="associatedtype.Cast-1" class="associatedtype trait-impl"><a href="#associatedtype.Cast-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Cast" class="associatedtype">Cast</a>&lt;T: <a class="trait" href="../trait.SimdElement.html" title="trait core_simd::simd::SimdElement">SimdElement</a>&gt; = <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;T, N&gt;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-SimdFloat-for-Simd%3Cf64,+N%3E" class="impl"><a class="src rightside" href="../../../src/core_simd/simd/num/float.rs.html#425">source</a><a href="#impl-SimdFloat-for-Simd%3Cf64,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;const N: <a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.usize.html">usize</a>&gt; <a class="trait" href="trait.SimdFloat.html" title="trait core_simd::simd::num::SimdFloat">SimdFloat</a> for <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.f64.html">f64</a>, N&gt;<div class="where">where
</div></details></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/nightly/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-SimdFloat-for-Simd%3Cf32,+N%3E" class="impl"><a class="src rightside" href="../../../src/core_simd/simd/num/float.rs.html#453">source</a><a href="#impl-SimdFloat-for-Simd%3Cf32,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;const N: <a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.usize.html">usize</a>&gt; <a class="trait" href="trait.SimdFloat.html" title="trait core_simd::simd::num::SimdFloat">SimdFloat</a> for <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.f32.html">f32</a>, N&gt;<div class="where">where
<a class="struct" href="../struct.LaneCount.html" title="struct core_simd::simd::LaneCount">LaneCount</a>&lt;N&gt;: <a class="trait" href="../trait.SupportedLaneCount.html" title="trait core_simd::simd::SupportedLaneCount">SupportedLaneCount</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Mask-1" class="associatedtype trait-impl"><a href="#associatedtype.Mask-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Mask" class="associatedtype">Mask</a> = <a class="struct" href="../struct.Mask.html" title="struct core_simd::simd::Mask">Mask</a>&lt;&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.i32.html">i32</a> as <a class="trait" href="../trait.SimdElement.html" title="trait core_simd::simd::SimdElement">SimdElement</a>&gt;::<a class="associatedtype" href="../trait.SimdElement.html#associatedtype.Mask" title="type core_simd::simd::SimdElement::Mask">Mask</a>, N&gt;</h4></section><section id="associatedtype.Scalar-1" class="associatedtype trait-impl"><a href="#associatedtype.Scalar-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Scalar" class="associatedtype">Scalar</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.f32.html">f32</a></h4></section><section id="associatedtype.Bits-1" class="associatedtype trait-impl"><a href="#associatedtype.Bits-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Bits" class="associatedtype">Bits</a> = <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.u32.html">u32</a>, N&gt;</h4></section><section id="associatedtype.Cast-1" class="associatedtype trait-impl"><a href="#associatedtype.Cast-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Cast" class="associatedtype">Cast</a>&lt;T: <a class="trait" href="../trait.SimdElement.html" title="trait core_simd::simd::SimdElement">SimdElement</a>&gt; = <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;T, N&gt;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-SimdFloat-for-Simd%3Cf64,+N%3E" class="impl"><a class="src rightside" href="../../../src/core_simd/simd/num/float.rs.html#453">source</a><a href="#impl-SimdFloat-for-Simd%3Cf64,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;const N: <a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.usize.html">usize</a>&gt; <a class="trait" href="trait.SimdFloat.html" title="trait core_simd::simd::num::SimdFloat">SimdFloat</a> for <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.f64.html">f64</a>, N&gt;<div class="where">where
<a class="struct" href="../struct.LaneCount.html" title="struct core_simd::simd::LaneCount">LaneCount</a>&lt;N&gt;: <a class="trait" href="../trait.SupportedLaneCount.html" title="trait core_simd::simd::SupportedLaneCount">SupportedLaneCount</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Mask-2" class="associatedtype trait-impl"><a href="#associatedtype.Mask-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Mask" class="associatedtype">Mask</a> = <a class="struct" href="../struct.Mask.html" title="struct core_simd::simd::Mask">Mask</a>&lt;&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.i64.html">i64</a> as <a class="trait" href="../trait.SimdElement.html" title="trait core_simd::simd::SimdElement">SimdElement</a>&gt;::<a class="associatedtype" href="../trait.SimdElement.html#associatedtype.Mask" title="type core_simd::simd::SimdElement::Mask">Mask</a>, N&gt;</h4></section><section id="associatedtype.Scalar-2" class="associatedtype trait-impl"><a href="#associatedtype.Scalar-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Scalar" class="associatedtype">Scalar</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.f64.html">f64</a></h4></section><section id="associatedtype.Bits-2" class="associatedtype trait-impl"><a href="#associatedtype.Bits-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Bits" class="associatedtype">Bits</a> = <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/core/primitive.u64.html">u64</a>, N&gt;</h4></section><section id="associatedtype.Cast-2" class="associatedtype trait-impl"><a href="#associatedtype.Cast-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Cast" class="associatedtype">Cast</a>&lt;T: <a class="trait" href="../trait.SimdElement.html" title="trait core_simd::simd::SimdElement">SimdElement</a>&gt; = <a class="struct" href="../struct.Simd.html" title="struct core_simd::simd::Simd">Simd</a>&lt;T, N&gt;</h4></section></div></details></div><script src="../../../trait.impl/core_simd/core_simd/simd/num/float/trait.SimdFloat.js" async></script></section></div></main></body></html>
Loading

0 comments on commit b1a3aab

Please sign in to comment.