Skip to content

Fix x87 Float Rounding Issues #27

Fix x87 Float Rounding Issues

Fix x87 Float Rounding Issues #27

Workflow file for this run

name: Pull Request and Merge Workflow
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ macos-14, ubuntu-latest, windows-latest ]
uses: ./.github/workflows/build.yml
with:
runner: ${{ matrix.os }}