Skip to content

Commit

Permalink
fix sleef_concat_files to no exist directory. (#500)
Browse files Browse the repository at this point in the history
fix in libm and quad
  • Loading branch information
xuhancn authored Jan 10, 2024
1 parent ecb8936 commit c1cc816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ foreach(SIMD ${SLEEF_HEADER_LIST})
)
endforeach()

file(MAKE_DIRECTORY ${sleef_BINARY_DIR}/include)
sleef_concat_files(
OUTPUT ${SLEEF_INCLUDE_HEADER}
SOURCES ${SLEEF_ORG_HEADER} ${SLEEF_HEADER_SIMD_SECTIONS} ${SLEEF_ORG_FOOTER}
Expand Down
1 change: 1 addition & 0 deletions src/quad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ foreach(SIMD ${SLEEF_HEADER_LIST})
)
endforeach()

file(MAKE_DIRECTORY ${sleef_BINARY_DIR}/include)
sleef_concat_files(
OUTPUT ${SLEEFQUAD_INCLUDE_HEADER}
SOURCES ${SLEEFQUAD_ORG_HEADER} ${SLEEF_HEADER_SIMD_SECTIONS} ${SLEEFQUAD_ORG_FOOTER}
Expand Down

0 comments on commit c1cc816

Please sign in to comment.