Dan L Cazarín
Dan L Cazarín
Maybe it makes sense to build only x86 (x86_64 have the same static libraries names and may overwrite them) and try again.
Fixed in `dev` branch. Upd: Just pushed to `main` branch.
It hasn't been written yet. You can refer to https://github.com/kfrlib/kfr/blob/main/tools/ebu_test.cpp to learn how to use EBU R128-compliant loudness measurements.
Done, see 7.0.0-rc release
Hi Geoff, Manual linking without CMake requires a basic setup: Add the `include` directory containing the `kfr` subdirectory to your project’s include paths so the compiler can locate all KFR...
KFR supports vector intrinsics for both GCC and Clang since 9 September: Commit: https://github.com/kfrlib/kfr/commit/aff2d560d5d246ce3d375cfc98ca1374a7329694 But my benchmarks show worse performance with extended intrinsics enabled in GCC, so this is enabled...
I saw the issue you linked. The code Andrew Pinski provided didn’t work for me with recent GCC. I spent some time fighting the compiler, and the final definition now...