Browse Source

Use level-1 fast-math for cardinal and mod audio

Signed-off-by: falkTX <falktx@falktx.com>
test-github-breakage
falkTX 1 year ago
parent
commit
87218523ca
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 4 additions and 0 deletions
  1. +2
    -0
      .github/workflows/bootstrap.yml
  2. +1
    -0
      bootstrap-cardinal.sh
  3. +1
    -0
      bootstrap-mod.sh

+ 2
- 0
.github/workflows/bootstrap.yml View File

@@ -688,6 +688,7 @@ jobs:

cardinal:
env:
PAWPAW_FAST_MATH: 1
PAWPAW_SKIP_LTO: 1
PAWPAW_SKIP_GLIB: 1
PAWPAW_SKIP_LV2: 1
@@ -800,6 +801,7 @@ jobs:

modaudio:
env:
PAWPAW_FAST_MATH: 1
PAWPAW_SKIP_LTO: 1
strategy:
matrix:


+ 1
- 0
bootstrap-cardinal.sh View File

@@ -23,6 +23,7 @@ export PAWPAW_SKIP_LTO=1
# ---------------------------------------------------------------------------------------------------------------------
# run bootstrap dependencies

export PAWPAW_FAST_MATH=1
export PAWPAW_SKIP_GLIB=1
export PAWPAW_SKIP_LV2=1
export PAWPAW_SKIP_OPENSSL=1


+ 1
- 0
bootstrap-mod.sh View File

@@ -23,6 +23,7 @@ export PAWPAW_SKIP_LTO=1
# ---------------------------------------------------------------------------------------------------------------------
# run bootstrap dependencies

export PAWPAW_FAST_MATH=1
export PAWPAW_MODAUDIO=1

./bootstrap-common.sh "${target}"


Loading…
Cancel
Save