Skip to content

define of HAS_SSE2

define of HAS_SSE2 #12

Workflow file for this run

name: Rust/Cargo CI
on:
push:
branches: [ gcc.amd64 ]
pull_request:
branches: [ gcc.amd64 ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Test
run: cargo test --all