8000 Implement HLSL pack/unpack math intrinsics (#5934) · lodinukal/zigslang@7a6de4a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement HLSL pack/unpack math intrinsics (#5934) #1

Implement HLSL pack/unpack math intrinsics (#5934)

Implement HLSL pack/unpack math intrinsics (#5934) #1

Workflow file for this run

name: Check Table of Contents (comment /regenerate-toc to auto-fix)
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Mono
run: |
sudo apt-get update
sudo apt-get install -y mono-complete
- run: ./docs/build_toc.sh --check-only
0