sleef icon indicating copy to clipboard operation
sleef copied to clipboard

SLEEF without OpenMP, minimum function set

Open signalogic opened this issue 2 years ago • 0 comments

On Linux is there a way to build Sleef without OpenMP ? Is it possible to configure output libs with a subset of functions ?

Our need is for vectorized math functions in high performance codecs and speech recognition. Currently we build shared libs with glibc 2.35 or higher and then ship modified versions of those libs so our users on older systems (e.g. glibc < 2.35, gcc < 10) don't have to upgrade, as long as their underlying hardware supports SSEn and AVXn. We are trying to keep what we add to our package to a minimum, with as few dependencies as possible.

Thanks in advance for answers and advice.

signalogic avatar Feb 26 '23 21:02 signalogic