Files
phy/ppv_lite86/trait.Machine.html
Orion Kindel 0ce894e6b0 doc
2025-03-18 10:30:23 -05:00

40 lines
30 KiB
HTML

<!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 `Machine` trait in crate `ppv_lite86`."><title>Machine in ppv_lite86 - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-42caa33d.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="ppv_lite86" data-themes="" data-resource-suffix="" data-rustdoc-version="1.84.0 (9fc6b4312 2025-01-07)" data-channel="1.84.0" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../static.files/storage-59e33391.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../ppv_lite86/index.html">ppv_<wbr>lite86</a><span class="version">0.2.20</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Machine</a></h2><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.u128x1" title="u128x1">u128x1</a></li><li><a href="#associatedtype.u128x2" title="u128x2">u128x2</a></li><li><a href="#associatedtype.u128x4" title="u128x4">u128x4</a></li><li><a href="#associatedtype.u32x4" title="u32x4">u32x4</a></li><li><a href="#associatedtype.u32x4x2" title="u32x4x2">u32x4x2</a></li><li><a href="#associatedtype.u32x4x4" title="u32x4x4">u32x4x4</a></li><li><a href="#associatedtype.u64x2" title="u64x2">u64x2</a></li><li><a href="#associatedtype.u64x2x2" title="u64x2x2">u64x2x2</a></li><li><a href="#associatedtype.u64x2x4" title="u64x2x4">u64x2x4</a></li><li><a href="#associatedtype.u64x4" title="u64x4">u64x4</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.instance" title="instance">instance</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.read_be" title="read_be">read_be</a></li><li><a href="#method.read_le" title="read_le">read_le</a></li><li><a href="#method.unpack" title="unpack">unpack</a></li><li><a href="#method.vec" title="vec">vec</a></li></ul><h3><a href="#dyn-compatibility">Dyn Compatibility</a></h3><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate ppv_<wbr>lite86</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><span class="rustdoc-breadcrumbs"><a href="index.html">ppv_lite86</a></span><h1>Trait <span class="trait">Machine</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/ppv_lite86/types.rs.html#231-278">Source</a> </span></div><pre class="rust item-decl"><code>pub trait Machine: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> {
type <a href="#associatedtype.u32x4" class="associatedtype">u32x4</a>: <a class="trait" href="trait.u32x4.html" title="trait ppv_lite86::u32x4">u32x4</a>&lt;Self&gt;;
type <a href="#associatedtype.u64x2" class="associatedtype">u64x2</a>: <a class="trait" href="trait.u64x2.html" title="trait ppv_lite86::u64x2">u64x2</a>&lt;Self&gt;;
type <a href="#associatedtype.u128x1" class="associatedtype">u128x1</a>: <a class="trait" href="trait.u128x1.html" title="trait ppv_lite86::u128x1">u128x1</a>&lt;Self&gt;;
type <a href="#associatedtype.u32x4x2" class="associatedtype">u32x4x2</a>: <a class="trait" href="trait.u32x4x2.html" title="trait ppv_lite86::u32x4x2">u32x4x2</a>&lt;Self&gt;;
type <a href="#associatedtype.u64x2x2" class="associatedtype">u64x2x2</a>: <a class="trait" href="trait.u64x2x2.html" title="trait ppv_lite86::u64x2x2">u64x2x2</a>&lt;Self&gt;;
type <a href="#associatedtype.u64x4" class="associatedtype">u64x4</a>: <a class="trait" href="trait.u64x4.html" title="trait ppv_lite86::u64x4">u64x4</a>&lt;Self&gt;;
type <a href="#associatedtype.u128x2" class="associatedtype">u128x2</a>: <a class="trait" href="trait.u128x2.html" title="trait ppv_lite86::u128x2">u128x2</a>&lt;Self&gt;;
type <a href="#associatedtype.u32x4x4" class="associatedtype">u32x4x4</a>: <a class="trait" href="trait.u32x4x4.html" title="trait ppv_lite86::u32x4x4">u32x4x4</a>&lt;Self&gt;;
type <a href="#associatedtype.u64x2x4" class="associatedtype">u64x2x4</a>: <a class="trait" href="trait.u64x2x4.html" title="trait ppv_lite86::u64x2x4">u64x2x4</a>&lt;Self&gt;;
type <a href="#associatedtype.u128x4" class="associatedtype">u128x4</a>: <a class="trait" href="trait.u128x4.html" title="trait ppv_lite86::u128x4">u128x4</a>&lt;Self&gt;;
// Required method
unsafe fn <a href="#tymethod.instance" class="fn">instance</a>() -&gt; Self;
// Provided methods
fn <a href="#method.unpack" class="fn">unpack</a>&lt;S, V: <a class="trait" href="trait.Store.html" title="trait ppv_lite86::Store">Store</a>&lt;S&gt;&gt;(self, s: S) -&gt; V { ... }
<span class="item-spacer"></span> fn <a href="#method.vec" class="fn">vec</a>&lt;V, A&gt;(self, a: A) -&gt; V
<span class="where">where V: <a class="trait" href="trait.MultiLane.html" title="trait ppv_lite86::MultiLane">MultiLane</a>&lt;A&gt;</span> { ... }
<span class="item-spacer"></span> fn <a href="#method.read_le" class="fn">read_le</a>&lt;V&gt;(self, input: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u8.html">u8</a>]) -&gt; V
<span class="where">where V: <a class="trait" href="trait.StoreBytes.html" title="trait ppv_lite86::StoreBytes">StoreBytes</a></span> { ... }
<span class="item-spacer"></span> fn <a href="#method.read_be" class="fn">read_be</a>&lt;V&gt;(self, input: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u8.html">u8</a>]) -&gt; V
<span class="where">where V: <a class="trait" href="trait.StoreBytes.html" title="trait ppv_lite86::StoreBytes">StoreBytes</a></span> { ... }
}</code></pre><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><section id="associatedtype.u32x4" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#232">Source</a><h4 class="code-header">type <a href="#associatedtype.u32x4" class="associatedtype">u32x4</a>: <a class="trait" href="trait.u32x4.html" title="trait ppv_lite86::u32x4">u32x4</a>&lt;Self&gt;</h4></section><section id="associatedtype.u64x2" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#233">Source</a><h4 class="code-header">type <a href="#associatedtype.u64x2" class="associatedtype">u64x2</a>: <a class="trait" href="trait.u64x2.html" title="trait ppv_lite86::u64x2">u64x2</a>&lt;Self&gt;</h4></section><section id="associatedtype.u128x1" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#234">Source</a><h4 class="code-header">type <a href="#associatedtype.u128x1" class="associatedtype">u128x1</a>: <a class="trait" href="trait.u128x1.html" title="trait ppv_lite86::u128x1">u128x1</a>&lt;Self&gt;</h4></section><section id="associatedtype.u32x4x2" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#236">Source</a><h4 class="code-header">type <a href="#associatedtype.u32x4x2" class="associatedtype">u32x4x2</a>: <a class="trait" href="trait.u32x4x2.html" title="trait ppv_lite86::u32x4x2">u32x4x2</a>&lt;Self&gt;</h4></section><section id="associatedtype.u64x2x2" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#237">Source</a><h4 class="code-header">type <a href="#associatedtype.u64x2x2" class="associatedtype">u64x2x2</a>: <a class="trait" href="trait.u64x2x2.html" title="trait ppv_lite86::u64x2x2">u64x2x2</a>&lt;Self&gt;</h4></section><section id="associatedtype.u64x4" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#238">Source</a><h4 class="code-header">type <a href="#associatedtype.u64x4" class="associatedtype">u64x4</a>: <a class="trait" href="trait.u64x4.html" title="trait ppv_lite86::u64x4">u64x4</a>&lt;Self&gt;</h4></section><section id="associatedtype.u128x2" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#239">Source</a><h4 class="code-header">type <a href="#associatedtype.u128x2" class="associatedtype">u128x2</a>: <a class="trait" href="trait.u128x2.html" title="trait ppv_lite86::u128x2">u128x2</a>&lt;Self&gt;</h4></section><section id="associatedtype.u32x4x4" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#241">Source</a><h4 class="code-header">type <a href="#associatedtype.u32x4x4" class="associatedtype">u32x4x4</a>: <a class="trait" href="trait.u32x4x4.html" title="trait ppv_lite86::u32x4x4">u32x4x4</a>&lt;Self&gt;</h4></section><section id="associatedtype.u64x2x4" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#242">Source</a><h4 class="code-header">type <a href="#associatedtype.u64x2x4" class="associatedtype">u64x2x4</a>: <a class="trait" href="trait.u64x2x4.html" title="trait ppv_lite86::u64x2x4">u64x2x4</a>&lt;Self&gt;</h4></section><section id="associatedtype.u128x4" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#243">Source</a><h4 class="code-header">type <a href="#associatedtype.u128x4" class="associatedtype">u128x4</a>: <a class="trait" href="trait.u128x4.html" title="trait ppv_lite86::u128x4">u128x4</a>&lt;Self&gt;</h4></section></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.instance" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#277">Source</a><h4 class="code-header">unsafe fn <a href="#tymethod.instance" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><h5 id="safety"><a class="doc-anchor" href="#safety">§</a>Safety</h5>
<p>Caller must ensure the type of Self is appropriate for the hardware of the execution
environment.</p>
</div></details></div><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><section id="method.unpack" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#246-248">Source</a><h4 class="code-header">fn <a href="#method.unpack" class="fn">unpack</a>&lt;S, V: <a class="trait" href="trait.Store.html" title="trait ppv_lite86::Store">Store</a>&lt;S&gt;&gt;(self, s: S) -&gt; V</h4></section><section id="method.vec" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#251-256">Source</a><h4 class="code-header">fn <a href="#method.vec" class="fn">vec</a>&lt;V, A&gt;(self, a: A) -&gt; V<div class="where">where
V: <a class="trait" href="trait.MultiLane.html" title="trait ppv_lite86::MultiLane">MultiLane</a>&lt;A&gt;,</div></h4></section><section id="method.read_le" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#259-264">Source</a><h4 class="code-header">fn <a href="#method.read_le" class="fn">read_le</a>&lt;V&gt;(self, input: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u8.html">u8</a>]) -&gt; V<div class="where">where
V: <a class="trait" href="trait.StoreBytes.html" title="trait ppv_lite86::StoreBytes">StoreBytes</a>,</div></h4></section><section id="method.read_be" class="method"><a class="src rightside" href="../src/ppv_lite86/types.rs.html#267-272">Source</a><h4 class="code-header">fn <a href="#method.read_be" class="fn">read_be</a>&lt;V&gt;(self, input: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u8.html">u8</a>]) -&gt; V<div class="where">where
V: <a class="trait" href="trait.StoreBytes.html" title="trait ppv_lite86::StoreBytes">StoreBytes</a>,</div></h4></section></div><h2 id="dyn-compatibility" class="section-header">Dyn Compatibility<a href="#dyn-compatibility" class="anchor">§</a></h2><div class="dyn-compatibility-info"><p>This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.84.0/reference/items/traits.html#object-safety">dyn compatible</a>.</p><p><i>In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.</i></p></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-Machine-for-Avx2Machine%3CNI%3E" class="impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#72-96">Source</a><a href="#impl-Machine-for-Avx2Machine%3CNI%3E" class="anchor">§</a><h3 class="code-header">impl&lt;NI: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>&gt; <a class="trait" href="trait.Machine.html" title="trait ppv_lite86::Machine">Machine</a> for <a class="struct" href="x86_64/struct.Avx2Machine.html" title="struct ppv_lite86::x86_64::Avx2Machine">Avx2Machine</a>&lt;NI&gt;<div class="where">where
u128x1_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;: <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a> + <a class="trait" href="trait.Swap64.html" title="trait ppv_lite86::Swap64">Swap64</a>,
u64x2_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;: <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a> + <a class="trait" href="trait.RotateEachWord32.html" title="trait ppv_lite86::RotateEachWord32">RotateEachWord32</a> + <a class="trait" href="trait.MultiLane.html" title="trait ppv_lite86::MultiLane">MultiLane</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u64.html">u64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.array.html">2</a>]&gt; + <a class="trait" href="trait.Vec2.html" title="trait ppv_lite86::Vec2">Vec2</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u64.html">u64</a>&gt;,
u32x4_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;: <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a> + <a class="trait" href="trait.RotateEachWord32.html" title="trait ppv_lite86::RotateEachWord32">RotateEachWord32</a> + <a class="trait" href="trait.MultiLane.html" title="trait ppv_lite86::MultiLane">MultiLane</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u32.html">u32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.array.html">4</a>]&gt; + <a class="trait" href="trait.Vec4.html" title="trait ppv_lite86::Vec4">Vec4</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u32.html">u32</a>&gt;,
x2&lt;u64x2_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;, G1&gt;: <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a> + <a class="trait" href="trait.Words4.html" title="trait ppv_lite86::Words4">Words4</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.u32x4-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#79">Source</a><a href="#associatedtype.u32x4-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u32x4" class="associatedtype">u32x4</a> = u32x4_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;</h4></section><section id="associatedtype.u64x2-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#80">Source</a><a href="#associatedtype.u64x2-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u64x2" class="associatedtype">u64x2</a> = u64x2_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;</h4></section><section id="associatedtype.u128x1-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#81">Source</a><a href="#associatedtype.u128x1-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u128x1" class="associatedtype">u128x1</a> = u128x1_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;</h4></section><section id="associatedtype.u32x4x2-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#83">Source</a><a href="#associatedtype.u32x4x2-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u32x4x2" class="associatedtype">u32x4x2</a> = u32x4x2_avx2&lt;NI&gt;</h4></section><section id="associatedtype.u64x2x2-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#84">Source</a><a href="#associatedtype.u64x2x2-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u64x2x2" class="associatedtype">u64x2x2</a> = x2&lt;u64x2_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;, G0&gt;</h4></section><section id="associatedtype.u64x4-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#85">Source</a><a href="#associatedtype.u64x4-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u64x4" class="associatedtype">u64x4</a> = x2&lt;u64x2_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;, G1&gt;</h4></section><section id="associatedtype.u128x2-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#86">Source</a><a href="#associatedtype.u128x2-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u128x2" class="associatedtype">u128x2</a> = x2&lt;u128x1_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;, G0&gt;</h4></section><section id="associatedtype.u32x4x4-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#88">Source</a><a href="#associatedtype.u32x4x4-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u32x4x4" class="associatedtype">u32x4x4</a> = x2&lt;u32x4x2_avx2&lt;NI&gt;, G0&gt;</h4></section><section id="associatedtype.u64x2x4-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#89">Source</a><a href="#associatedtype.u64x2x4-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u64x2x4" class="associatedtype">u64x2x4</a> = x4&lt;u64x2_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;&gt;</h4></section><section id="associatedtype.u128x4-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#90">Source</a><a href="#associatedtype.u128x4-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u128x4" class="associatedtype">u128x4</a> = x4&lt;u128x1_sse2&lt;<a class="struct" href="x86_64/struct.YesS3.html" title="struct ppv_lite86::x86_64::YesS3">YesS3</a>, <a class="struct" href="x86_64/struct.YesS4.html" title="struct ppv_lite86::x86_64::YesS4">YesS4</a>, NI&gt;&gt;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Machine-for-SseMachine%3CS3,+S4,+NI%3E" class="impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#38-68">Source</a><a href="#impl-Machine-for-SseMachine%3CS3,+S4,+NI%3E" class="anchor">§</a><h3 class="code-header">impl&lt;S3: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>, S4: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>, NI: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>&gt; <a class="trait" href="trait.Machine.html" title="trait ppv_lite86::Machine">Machine</a> for <a class="struct" href="x86_64/struct.SseMachine.html" title="struct ppv_lite86::x86_64::SseMachine">SseMachine</a>&lt;S3, S4, NI&gt;<div class="where">where
u128x1_sse2&lt;S3, S4, NI&gt;: <a class="trait" href="trait.Swap64.html" title="trait ppv_lite86::Swap64">Swap64</a> + <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a>,
u64x2_sse2&lt;S3, S4, NI&gt;: <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a> + <a class="trait" href="trait.RotateEachWord32.html" title="trait ppv_lite86::RotateEachWord32">RotateEachWord32</a> + <a class="trait" href="trait.MultiLane.html" title="trait ppv_lite86::MultiLane">MultiLane</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u64.html">u64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.array.html">2</a>]&gt; + <a class="trait" href="trait.Vec2.html" title="trait ppv_lite86::Vec2">Vec2</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u64.html">u64</a>&gt;,
u32x4_sse2&lt;S3, S4, NI&gt;: <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a> + <a class="trait" href="trait.RotateEachWord32.html" title="trait ppv_lite86::RotateEachWord32">RotateEachWord32</a> + <a class="trait" href="trait.MultiLane.html" title="trait ppv_lite86::MultiLane">MultiLane</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u32.html">u32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.array.html">4</a>]&gt; + <a class="trait" href="trait.Vec4.html" title="trait ppv_lite86::Vec4">Vec4</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.u32.html">u32</a>&gt;,
x2&lt;u64x2_sse2&lt;S3, S4, NI&gt;, G1&gt;: <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a> + <a class="trait" href="trait.Words4.html" title="trait ppv_lite86::Words4">Words4</a>,
x2&lt;u128x1_sse2&lt;S3, S4, NI&gt;, G0&gt;: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;x2&lt;u64x2_sse2&lt;S3, S4, NI&gt;, G0&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;x2&lt;u64x2_sse2&lt;S3, S4, NI&gt;, G1&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;x2&lt;u32x4_sse2&lt;S3, S4, NI&gt;, G0&gt;&gt;,
x4&lt;u128x1_sse2&lt;S3, S4, NI&gt;&gt;: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;x4&lt;u64x2_sse2&lt;S3, S4, NI&gt;&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;x4&lt;u32x4_sse2&lt;S3, S4, NI&gt;&gt;&gt;,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.u32x4-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#51">Source</a><a href="#associatedtype.u32x4-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u32x4" class="associatedtype">u32x4</a> = u32x4_sse2&lt;S3, S4, NI&gt;</h4></section><section id="associatedtype.u64x2-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#52">Source</a><a href="#associatedtype.u64x2-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u64x2" class="associatedtype">u64x2</a> = u64x2_sse2&lt;S3, S4, NI&gt;</h4></section><section id="associatedtype.u128x1-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#53">Source</a><a href="#associatedtype.u128x1-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u128x1" class="associatedtype">u128x1</a> = u128x1_sse2&lt;S3, S4, NI&gt;</h4></section><section id="associatedtype.u32x4x2-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#55">Source</a><a href="#associatedtype.u32x4x2-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u32x4x2" class="associatedtype">u32x4x2</a> = x2&lt;u32x4_sse2&lt;S3, S4, NI&gt;, G0&gt;</h4></section><section id="associatedtype.u64x2x2-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#56">Source</a><a href="#associatedtype.u64x2x2-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u64x2x2" class="associatedtype">u64x2x2</a> = x2&lt;u64x2_sse2&lt;S3, S4, NI&gt;, G0&gt;</h4></section><section id="associatedtype.u64x4-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#57">Source</a><a href="#associatedtype.u64x4-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u64x4" class="associatedtype">u64x4</a> = x2&lt;u64x2_sse2&lt;S3, S4, NI&gt;, G1&gt;</h4></section><section id="associatedtype.u128x2-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#58">Source</a><a href="#associatedtype.u128x2-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u128x2" class="associatedtype">u128x2</a> = x2&lt;u128x1_sse2&lt;S3, S4, NI&gt;, G0&gt;</h4></section><section id="associatedtype.u32x4x4-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#60">Source</a><a href="#associatedtype.u32x4x4-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u32x4x4" class="associatedtype">u32x4x4</a> = x4&lt;u32x4_sse2&lt;S3, S4, NI&gt;&gt;</h4></section><section id="associatedtype.u64x2x4-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#61">Source</a><a href="#associatedtype.u64x2x4-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u64x2x4" class="associatedtype">u64x2x4</a> = x4&lt;u64x2_sse2&lt;S3, S4, NI&gt;&gt;</h4></section><section id="associatedtype.u128x4-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/ppv_lite86/x86_64/mod.rs.html#62">Source</a><a href="#associatedtype.u128x4-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.u128x4" class="associatedtype">u128x4</a> = x4&lt;u128x1_sse2&lt;S3, S4, NI&gt;&gt;</h4></section></div></details></div><script src="../trait.impl/ppv_lite86/types/trait.Machine.js" async></script></section></div></main></body></html>