shibatch / sleef

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

fix intel compiler args. #497

Closed xuhancn closed 9 months ago

xuhancn commented 9 months ago
image

Intel compiler build failed.

image

Intel compiler only support "--extended_float_types" but not "--extended_float_type".

image

After fixed, it works.

xuhancn commented 9 months ago

@shibatch Please review this PR.

blapie commented 9 months ago

Hello,

Thanks for the suggestion! This seems to be a duplicate of https://github.com/shibatch/sleef/pull/492. We don't have access to Intel compilers, but this seems like a relatively generic change and seems acceptable. I'll look into merging it this week!

xuhancn commented 9 months ago

Hello,

Thanks for the suggestion! This seems to be a duplicate of #492. We don't have access to Intel compilers, but this seems like a relatively generic change and seems acceptable. I'll look into merging it this week!

Thanks for reply.

blapie commented 9 months ago

Merged #492 which should fix this issue! Cheers,