<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in isaspec.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a0442ea0 - Enforce `uninlined_format_args` for the workspace (#9065)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#a0442ea0</link>
        <description>Enforce `uninlined_format_args` for the workspace (#9065)* Enforce `uninlined_format_args` for the workspace* fix: failing `Monolith Checks` job* fix: formatting

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Mon, 05 Aug 2024 09:59:59 +0000</pubDate>
        <dc:creator>Hamir Mahal &lt;hamirmahal@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8fb41ca4 - x64: Don&apos;t require SSE4.1 for `enable_simd` (#6489)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#8fb41ca4</link>
        <description>x64: Don&apos;t require SSE4.1 for `enable_simd` (#6489)This commit removes the SSE4.1 requirement for the `enable_simd` CLIFfeature. This means that the new baseline required is SSSE3 for theWebAssembly SIMD proposal. Many existing tests for codegen were allupdated to explicitly enable `has_sse41` and runtests were updated totest with and without SSE 4.1.Wasmtime&apos;s fuzzing is additionally updated to flip the SSE4.1 feature toenable fuzz-testing this.

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Thu, 01 Jun 2023 15:20:31 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>1efa3d6f - Add `clif-util compile` option to output object file (#5493)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#1efa3d6f</link>
        <description>Add `clif-util compile` option to output object file (#5493)* add clif-util compile option to output object file* switch from a box to a borrow* update objectmodule tests to use borrowed isa* put targetisa into an arc

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Fri, 06 Jan 2023 20:53:48 +0000</pubDate>
        <dc:creator>Sam Sartor &lt;samsartor@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>fc72b7cc - cranelift: Correctly recover from parsing unknown values (#4447)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#fc72b7cc</link>
        <description>cranelift: Correctly recover from parsing unknown values (#4447)When parsing isa specific values we were accidentally discarding thevalue of the flag, and treating it always as a boolean flag.This would cause a `clif-util` invocation such as`cargo run -- compile -D --set has_sse41=false --target x86_64 test.clif`to be interpreted as `--set has_sse41` and enable that feature insteadof disabling it.

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Thu, 14 Jul 2022 20:07:58 +0000</pubDate>
        <dc:creator>Afonso Bordado &lt;afonso360@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6bee7671 - clif-util: try both global and target-dependent settings when parsing --set flags;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#6bee7671</link>
        <description>clif-util: try both global and target-dependent settings when parsing --set flags;

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Mon, 27 Apr 2020 16:35:43 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>9f506692 - Fix clippy warnings.</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#9f506692</link>
        <description>Fix clippy warnings.This commit fixes the current set of (stable) clippy warnings in the repo.

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Thu, 24 Oct 2019 06:15:42 +0000</pubDate>
        <dc:creator>Peter Huene &lt;phuene@mozilla.com&gt;</dc:creator>
    </item>
<item>
        <title>d7d48d5c - Add the dyn keyword before trait objects;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#d7d48d5c</link>
        <description>Add the dyn keyword before trait objects;

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Thu, 06 Jun 2019 08:11:41 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>a45b814d - Fixes #13: Enable conditional compilation of ISAs through features;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#a45b814d</link>
        <description>Fixes #13: Enable conditional compilation of ISAs through features;

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Mon, 11 Feb 2019 14:01:10 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>747ad3c4 - moved crates in lib/ to src/, renamed crates, modified some files&apos; text (#660)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/reader/src/isaspec.rs#747ad3c4</link>
        <description>moved crates in lib/ to src/, renamed crates, modified some files&apos; text (#660)moved crates in lib/ to src/, renamed crates, modified some files&apos; text (#660)

            List of files:
            /wasmtime-44.0.1/cranelift/reader/src/isaspec.rs</description>
        <pubDate>Mon, 28 Jan 2019 23:56:54 +0000</pubDate>
        <dc:creator>lazypassion &lt;25536767+lazypassion@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
