Skip to content

riscv_fpu: IEEE 754 rounding and exception conformance for the scalar FPU #1775

riscv_fpu: IEEE 754 rounding and exception conformance for the scalar FPU

riscv_fpu: IEEE 754 rounding and exception conformance for the scalar FPU #1775

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "staging" ]
pull_request:
branches: [ "staging" ]
schedule:
- cron: "52 7 * * 4"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ cpp ]
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: cpp
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"