Skip to content

Added instrumentation of vector TCG operations (#38) #33

Added instrumentation of vector TCG operations (#38)

Added instrumentation of vector TCG operations (#38) #33

Workflow file for this run

on:
workflow_dispatch:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive symcc
- run: docker build -t symcc symcc
- run: docker build -t symqemu .