You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
32 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!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`."><meta name="keywords" content="rust, rustlang, rust-lang, Machine"><title>Machine in ppv_lite86 - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Semibold.ttf.woff2"><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="../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../dark.css" disabled><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../storage.js"></script><script src="../crates.js"></script><script defer src="../main.js"></script>
<noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../favicon.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">&#9776;</button><a class="sidebar-logo" href="../ppv_lite86/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div>
</a><h2 class="location"></h2>
</nav>
<nav class="sidebar"><a class="sidebar-logo" href="../ppv_lite86/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div>
</a><h2 class="location"><a href="#">Machine</a></h2><div class="sidebar-elems"><section><div class="block"><h3 class="sidebar-title"><a href="#required-associated-types">Required Associated Types</a></h3><ul><li><a href="#associatedtype.u128x1">u128x1</a></li><li><a href="#associatedtype.u128x2">u128x2</a></li><li><a href="#associatedtype.u128x4">u128x4</a></li><li><a href="#associatedtype.u32x4">u32x4</a></li><li><a href="#associatedtype.u32x4x2">u32x4x2</a></li><li><a href="#associatedtype.u32x4x4">u32x4x4</a></li><li><a href="#associatedtype.u64x2">u64x2</a></li><li><a href="#associatedtype.u64x2x2">u64x2x2</a></li><li><a href="#associatedtype.u64x2x4">u64x2x4</a></li><li><a href="#associatedtype.u64x4">u64x4</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#required-methods">Required Methods</a></h3><ul><li><a href="#tymethod.instance">instance</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#provided-methods">Provided Methods</a></h3><ul><li><a href="#method.read_be">read_be</a></li><li><a href="#method.read_le">read_le</a></li><li><a href="#method.unpack">unpack</a></li><li><a href="#method.vec">vec</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#implementors">Implementors</a></h3></div></section><h2 class="location"><a href="index.html">In ppv_lite86</a></h2><div id="sidebar-vars" data-name="Machine" data-ty="trait" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../ppv_lite86/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
<h1 class="fqn"><span class="in-band">Trait <a href="index.html">ppv_lite86</a>::<wbr><a class="trait" href="#">Machine</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/ppv_lite86/types.rs.html#231-278">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust trait"><code>pub trait Machine: <a class="trait" href="https://doc.rust-lang.org/1.62.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="https://doc.rust-lang.org/1.62.1/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;;
unsafe fn <a href="#tymethod.instance" class="fnname">instance</a>() -&gt; Self;
fn <a href="#method.unpack" class="fnname">unpack</a>&lt;S, V:&nbsp;<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="fnname">vec</a>&lt;V, A&gt;(self, a: A) -&gt; V<br>&nbsp;&nbsp;&nbsp; <span class="where">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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="fnname">read_le</a>&lt;V&gt;(self, input: <a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.slice.html">]</a>) -&gt; V<br>&nbsp;&nbsp;&nbsp; <span class="where">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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="fnname">read_be</a>&lt;V&gt;(self, input: <a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.slice.html">]</a>) -&gt; V<br>&nbsp;&nbsp;&nbsp; <span class="where">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;V: <a class="trait" href="trait.StoreBytes.html" title="trait ppv_lite86::StoreBytes">StoreBytes</a></span>,
{ ... }
}</code></pre></div><h2 id="required-associated-types" class="small-section-header">Required Associated Types<a href="#required-associated-types" class="anchor"></a></h2><div class="methods"><div id="associatedtype.u32x4" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#232">source</a></div><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></div><div id="associatedtype.u64x2" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#233">source</a></div><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></div><div id="associatedtype.u128x1" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#234">source</a></div><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></div><div id="associatedtype.u32x4x2" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#236">source</a></div><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></div><div id="associatedtype.u64x2x2" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#237">source</a></div><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></div><div id="associatedtype.u64x4" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#238">source</a></div><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></div><div id="associatedtype.u128x2" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#239">source</a></div><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></div><div id="associatedtype.u32x4x4" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#241">source</a></div><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></div><div id="associatedtype.u64x2x4" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#242">source</a></div><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></div><div id="associatedtype.u128x4" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#243">source</a></div><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></div></div><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor"></a></h2><div class="methods"><details class="rustdoc-toggle" open><summary><div id="tymethod.instance" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#277">source</a></div><h4 class="code-header">unsafe fn <a href="#tymethod.instance" class="fnname">instance</a>() -&gt; Self</h4></div></summary><div class="docblock"><h5 id="safety"><a href="#safety">Safety</a></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="small-section-header">Provided Methods<a href="#provided-methods" class="anchor"></a></h2><div class="methods"><div id="method.unpack" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#246-248">source</a></div><h4 class="code-header">fn <a href="#method.unpack" class="fnname">unpack</a>&lt;S, V:&nbsp;<a class="trait" href="trait.Store.html" title="trait ppv_lite86::Store">Store</a>&lt;S&gt;&gt;(self, s: S) -&gt; V</h4></div><div id="method.vec" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#251-256">source</a></div><h4 class="code-header">fn <a href="#method.vec" class="fnname">vec</a>&lt;V, A&gt;(self, a: A) -&gt; V <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;V: <a class="trait" href="trait.MultiLane.html" title="trait ppv_lite86::MultiLane">MultiLane</a>&lt;A&gt;,&nbsp;</span></h4></div><div id="method.read_le" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#259-264">source</a></div><h4 class="code-header">fn <a href="#method.read_le" class="fnname">read_le</a>&lt;V&gt;(self, input: <a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.slice.html">]</a>) -&gt; V <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;V: <a class="trait" href="trait.StoreBytes.html" title="trait ppv_lite86::StoreBytes">StoreBytes</a>,&nbsp;</span></h4></div><div id="method.read_be" class="method has-srclink"><div class="rightside"><a class="srclink" href="../src/ppv_lite86/types.rs.html#267-272">source</a></div><h4 class="code-header">fn <a href="#method.read_be" class="fnname">read_be</a>&lt;V&gt;(self, input: <a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.slice.html">]</a>) -&gt; V <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;V: <a class="trait" href="trait.StoreBytes.html" title="trait ppv_lite86::StoreBytes">StoreBytes</a>,&nbsp;</span></h4></div></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor"></a></h2><div class="item-list" id="implementors-list"><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Machine" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/ppv_lite86/x86_64/mod.rs.html#71-95">source</a></span><a href="#impl-Machine" class="anchor"></a><h3 class="code-header in-band">impl&lt;NI:&nbsp;<a class="trait" href="https://doc.rust-lang.org/1.62.1/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; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,<br>&nbsp;&nbsp;&nbsp;&nbsp;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.62.1/core/primitive.array.html">[</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.u64.html">u64</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/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.62.1/core/primitive.u64.html">u64</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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.62.1/core/primitive.array.html">[</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.u32.html">u32</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/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.62.1/core/primitive.u32.html">u32</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></h3></section></summary><div class="impl-items"><section id="associatedtype.u32x4-1" class="associatedtype trait-impl has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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="rustdoc-toggle implementors-toggle"><summary><section id="impl-Machine-1" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/ppv_lite86/x86_64/mod.rs.html#37-67">source</a></span><a href="#impl-Machine-1" class="anchor"></a><h3 class="code-header in-band">impl&lt;S3:&nbsp;<a class="trait" href="https://doc.rust-lang.org/1.62.1/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>, S4:&nbsp;<a class="trait" href="https://doc.rust-lang.org/1.62.1/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>, NI:&nbsp;<a class="trait" href="https://doc.rust-lang.org/1.62.1/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; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;u128x1_sse2&lt;S3, S4, NI&gt;: <a class="trait" href="trait.Swap64.html" title="trait ppv_lite86::Swap64">Swap64</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;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.62.1/core/primitive.array.html">[</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.u64.html">u64</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/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.62.1/core/primitive.u64.html">u64</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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.62.1/core/primitive.array.html">[</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/primitive.u32.html">u32</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/core/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.62.1/core/primitive.u32.html">u32</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,<br>&nbsp;&nbsp;&nbsp;&nbsp;u128x1_sse2&lt;S3, S4, NI&gt;: <a class="trait" href="trait.BSwap.html" title="trait ppv_lite86::BSwap">BSwap</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;x2&lt;u128x1_sse2&lt;S3, S4, NI&gt;, G0&gt;: <a class="trait" href="https://doc.rust-lang.org/1.62.1/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;,<br>&nbsp;&nbsp;&nbsp;&nbsp;x2&lt;u128x1_sse2&lt;S3, S4, NI&gt;, G0&gt;: <a class="trait" href="https://doc.rust-lang.org/1.62.1/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;,<br>&nbsp;&nbsp;&nbsp;&nbsp;x2&lt;u128x1_sse2&lt;S3, S4, NI&gt;, G0&gt;: <a class="trait" href="https://doc.rust-lang.org/1.62.1/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;,<br>&nbsp;&nbsp;&nbsp;&nbsp;x4&lt;u128x1_sse2&lt;S3, S4, NI&gt;&gt;: <a class="trait" href="https://doc.rust-lang.org/1.62.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;x4&lt;u64x2_sse2&lt;S3, S4, NI&gt;&gt;&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;x4&lt;u128x1_sse2&lt;S3, S4, NI&gt;&gt;: <a class="trait" href="https://doc.rust-lang.org/1.62.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;x4&lt;u32x4_sse2&lt;S3, S4, NI&gt;&gt;&gt;,&nbsp;</span></h3></section></summary><div class="impl-items"><section id="associatedtype.u32x4-2" class="associatedtype trait-impl has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 has-srclink"><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 type="text/javascript" src="../implementors/ppv_lite86/types/trait.Machine.js" data-ignore-extern-crates="" async></script></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="ppv_lite86" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.62.1 (e092d0b6b 2022-07-16)" ></div>
</body></html>