Fix buffer overflow in volk_32fc_x2_square_dist_32f_a_sse3 #700
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright 2020, 2022 Free Software Foundation, Inc. | |
# | |
# This file is part of VOLK | |
# | |
# SPDX-License-Identifier: LGPL-3.0-or-later | |
# | |
name: Check PR Formatting | |
on: | |
push: | |
paths-ignore: | |
- 'tmpl/' | |
- 'include/volk/sse2neon.h' | |
pull_request: | |
paths-ignore: | |
- 'tmpl/' | |
- 'include/volk/sse2neon.h' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: gnuradio/[email protected] | |
with: | |
source: '.' | |
exclude: './tmpl,./include/volk/sse2neon.h' | |
extensions: 'c,cc,cpp,cxx,h,hh' |