Skip to content

Commit

Permalink
Enable libsleefdft on riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Dec 16, 2023
1 parent ba403c0 commit 018f5f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
env:
GCC_VERSION: "11"
LLVM_VERSION: "17"
COMMON_CMAKE_FLAGS: |
COMMON_CMAKE_FLAGS: >
-DSLEEF_SHOW_CONFIG=1
-DBUILD_GNUABI_LIBS=ON
-DBUILD_INLINE_HEADERS=ON
Expand Down Expand Up @@ -227,8 +227,6 @@ jobs:
EXTRA_CMAKE_FLAGS="${EXTRA_CMAKE_FLAGS} -DENFORCE_RVVM1=ON -DENFORCE_RVVM2=ON"
# Disable inline headers, they just don't compile on riscv64
EXTRA_CMAKE_FLAGS="${EXTRA_CMAKE_FLAGS} -DBUILD_INLINE_HEADERS=OFF"
# Disable dft, it fails with linker error to `cexp`
EXTRA_CMAKE_FLAGS="${EXTRA_CMAKE_FLAGS} -DBUILD_DFT=OFF"
# Disable quad, it's missing the `Sleef_quad` function
EXTRA_CMAKE_FLAGS="${EXTRA_CMAKE_FLAGS} -DBUILD_QUAD=OFF"
fi
Expand Down

0 comments on commit 018f5f8

Please sign in to comment.