shibatch / sleef

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
https://sleef.org
Boost Software License 1.0
635 stars 129 forks source link

fix sleef_concat_files to no exist directory. #500

Closed xuhancn closed 8 months ago

xuhancn commented 8 months ago

Issue:

I integrated sleef as cmake subdirectory project. And occurred no exist directory issue @ latest master code.

image

Fixing:

Create output directory before sleef_concat_files operation.

xuhancn commented 8 months ago

@blapie Please review the new fixing. Thanks.

xuhancn commented 8 months ago

@blapie Could you please priority to merge this PR? Thanks.