packed_simd 0.3.9

Portable Packed SIMD vectors
Documentation
name: benchmarks

on:
  push:
    branches:
      - master
  pull_request:
  workflow_dispatch:

jobs:
  x86_64-unknown-linux-gnu:
    uses: ./.github/workflows/run-ci-script.yml
    with:
      target: x86_64-unknown-linux-gnu
      setup_script: ci/setup_benchmarks.sh
      script: ci/benchmark.sh
      norun: 1
      verify: 1
      # FIXME: figure out how to add downloaded ispc to PATH
      # features: ispc
  x86_64-apple-darwin:
    uses: ./.github/workflows/run-ci-script.yml
    with:
      target: x86_64-apple-darwin
      runner: macos-latest
      setup_script: ci/setup_benchmarks.sh
      script: ci/benchmark.sh
      norun: 1
      verify: 1
      # FIXME: figure out how to add downloaded ispc to PATH
      # features: ispc