Ilya Grebnov
Ilya Grebnov
@hegdi Unfortunately, this is by design and I noted this in readme "_due to implementation details the esa-matchfinder can not find any matches with offset 0._", This certainly can be...
From description it looks like an issue with GCC specific implementation of Open MP runtime. I am also not sure why it only suffuses with libsais.
> A question - I had to disable `-mavx2` when building on my system (arm64 macOS), are there similar optimization flags for arm64? ARM Neon optimizations are enabled by default...
I tried a new Makefile and encountered the following error: `g_QlfcStatisticalModel1' cannot be used when creating a shared object; recompile with -fPIC`. Additionally, there are other issues: - Clang is...
Clang and OpenMP is needed for optimal performance, so it would be great if we can use it by default without need of additional make parameters. As of PIC (position...
This PR no longer relevant as I Replaced makefile with modern CMake build file.
@barracuda156 That makes sense; thanks for the explanation. I’ll work on this over the next few days. Regarding architecture‑specific optimizations: as of 2022 on AArch64, -march=native now implies -mcpu=native (just...
@barracuda156 I have added an option to disable platform-native optimizations. And since code does not have any PowerPC-specific tuning (unlike the x64 code which benefits from AVX2 and SSE intrinsics),...