2
<p><span class="h-card" translate="no"><a href="https://social.erambert.me/@eramdam" class="u-url mention">@<span>eramdam</span></a></span> still can’t believe they called the low level virtual machine WASM and the weird assembler LLVM</p>
<p><span class="h-card" translate="no"><a href="https://social.treehouse.systems/@rcombs" class="u-url mention">@<span>rcombs</span></a></span> it&#39;s a non-technical reflex. it has nothing to do with the amount of data it has or whatever</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> with chicken ?</p>
<p><span class="h-card" translate="no"><a href="https://types.pl/@wren6991" class="u-url mention">@<span>wren6991</span></a></span> i&#39;ve fixed soooo many Amaranth bugs while writing docs</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@regehr" class="u-url mention">@<span>regehr</span></a></span> it is, it&#39;s just a pain to lower our undef semantics into SMT queries</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> at the SMT query level, it should be pretty reasonable, you&#39;re basically saying &quot;give me a model where the target displays a behavior not shown by the source&quot; and then if this is unsat you&#39;re good</p>
<p><span class="h-card" translate="no"><a href="https://not.acu.lt/@ignaloidas" class="u-url mention">@<span>ignaloidas</span></a></span> </p><p>and X 0 -&gt; 0<br />or X 1 -&gt; 1<br />mux X 0 0 -&gt; 0<br />mux X 1 1 -&gt; 1</p><p>most of the rest is representable via the mux</p>
<p><span class="h-card" translate="no"><a href="https://not.acu.lt/@ignaloidas" class="u-url mention">@<span>ignaloidas</span></a></span> i don&#39;t think i can describe it in a mastodon post? it&#39;s relatively standard x-propagation but the devil is in the details</p>
@whitequark@mastodon.social what semantics for undef did you choose?