sleef
sleef copied to clipboard
SLEEF without OpenMP, minimum function set
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.