Skip to content

Commit

Permalink
Deprecate ssse3 for all arch and x86-64 arch for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaCat-OuO committed May 24, 2024
1 parent b7b420f commit 29eb276
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/workflows/pikafish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
Pikafish:
Pikafish-x86-64:
name: ${{ matrix.config.name }}${{ matrix.arch }}
runs-on: ${{ matrix.config.os }}
env:
Expand All @@ -22,30 +22,15 @@ jobs:
os: ubuntu-20.04
shell: bash
sde: /home/runner/work/Pikafish/Pikafish/.output/sde-temp-files/sde-external-9.27.0-2023-09-13-lin/sde -future --
- name: MacOS
os: macos-latest
shell: bash
- name: Windows
os: windows-latest
shell: msys2 {0}
ext: .exe
sde: /d/a/Pikafish/Pikafish/.output/sde-temp-files/sde-external-9.27.0-2023-09-13-win/sde.exe -future --
arch: ["-vnni512", "-avx512", "-avx512f", "-avxvnni", "-bmi2", "-avx2", "-sse41-popcnt", "-ssse3"]
arch: ["-vnni512", "-avx512", "-avx512f", "-avxvnni", "-bmi2", "-avx2", "-sse41-popcnt"]
exclude:
- arch: -avxvnni
config: {os: ubuntu-20.04}
- arch: -vnni512
config: {os: macos-latest}
- arch: -avx512f
config: {os: macos-latest}
- arch: -avx512
config: {os: macos-latest}
- arch: -avxvnni
config: {os: macos-latest}
- arch: -bmi2
config: {os: macos-latest}
- arch: -avx2
config: {os: macos-latest}
defaults:
run:
working-directory: src
Expand Down Expand Up @@ -100,9 +85,9 @@ jobs:
README.md
Top CPU Contributors.txt
Pikafish-MacOS-M1:
Pikafish-MacOS:
name: MacOS-apple-silicon
runs-on: macos-14
runs-on: macos-latest
env:
ARCH: apple-silicon
COMPCXX: clang++
Expand Down Expand Up @@ -132,7 +117,7 @@ jobs:
# To avoid double-zipping, we use the unzipped directory
- uses: actions/upload-artifact@v4
with:
name: Pikafish-MacOS-M1-apple-silicon
name: Pikafish-MacOS-apple-silicon
path: |
${{ env.EXE }}
Wiki
Expand Down

0 comments on commit 29eb276

Please sign in to comment.