sleef icon indicating copy to clipboard operation
sleef copied to clipboard

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT

Results 125 sleef issues
Sort by recently updated
recently updated
newest added

As reported in #477 some failures are observed with gcc12. [aarch64](https://github.com/shibatch/sleef/actions/runs/6870688901/job/18686326827#step:9:1940), [ppc64el](https://github.com/shibatch/sleef/actions/runs/6870688901/job/18686328241#step:9:1934), and [s390x](https://github.com/shibatch/sleef/actions/runs/6870688901/job/18686328634#step:9:2941) fail with GCC 12 with the following error: ``` tanf denormal/nonnumber test : arg = -0,...

bug
arch
test

Just noticed I missed something while reviewing the RVV port. In order to make the inline header file work you need to add an extra line after (almost) each macro...

arch
test

PR #477 pointed an issue with VXE2 with qemu. Tests are currently disabled, thus limiting support for s390x. Need to fix this!

bug
help wanted
arch
test

Tests fail to build with inline headers on for armhf. This was discussed in #476. Failure can be see here https://github.com/rivosinc/sleef/actions/runs/6790080413. ``` In file included from /home/runner/work/sleef/sleef/src/libm-tester/iutsimd.c:71: /home/runner/work/sleef/sleef/_build-armhf/include/sleefinline_neon32.h:6487:26: error: unknown...

![image](https://github.com/shibatch/sleef/assets/15188456/3ba68d2a-4a9f-4bac-a495-e5223fe9adf8) ![image](https://github.com/shibatch/sleef/assets/15188456/91939631-a98f-42a1-9a33-28f8156b1b16)

It was pointed out in #476 that x86 build of testvecabi was failing due to a mismatch in CPU features. https://github.com/rivosinc/sleef/actions/runs/6753516221/job/18360067282 This could be lifted by removing the `-march=native` option...

Hello, the current `sleef.pc` does not include any references to libsleefdft. As such, when packages (such as rubberband) require it via pkgconfig, they don't find it.

release
dft

When using functions Sleef_sinf4_u10, Sleef_cosf4_u10, Sleef_tanf4_u10 on s390x, out of bounds read is attempted. Steps to reproduce on s390x: ``` $ git clone https://github.com/shibatch/sleef $ mkdir sleef/build $ cd sleef/build...

bug
algo
arch

Hi there! I am interested in sleef because I am interested in pytorch :) I am needing to cross compile pytorch to arm. I was able to do so from...

make

I use `sleef` 3.5.1 on vcpkg, there are the following build errors on Linux. It build failed when setting `COMPILER_SUPPORTS_OPENMP` to FALSE, could someone help me to take a look...

dft