summaryrefslogtreecommitdiff
path: root/config.cmake.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix endianness display in endswap test (cosmetic issue)Martijn van Beurden2022-09-151-3/+0
| | | | | | As CPU_IS_LITTLE_ENDIAN is used nowehere except in test_libflac, switch to CPU_IS_BIG_ENDIAN instead, which is actually used in the code at several places. CMake didn't set the former but does set the latter.
* [CMake] Fix ARM64 intrinsics activationMartijn van Beurden2022-05-031-0/+6
| | | | | | | In 95e2c52 the autotools build worked fine, but CMake missed a few defines. Activition of the lpc_compute_residual_from_qlp_coefficients depended on encoder->private_->cpuinfo.use_asm for no reason, so this dependency is removed
* change if checks to ifdefRosen Penev2022-04-291-4/+4
| | | | | | More similar to the rest of the code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Adding ARM64 support and optimized Neon implementation (#270)RonenGvili2022-04-291-0/+3
| | | | Add NEON intrinsics routines for lpc_compute_residual_from_qlp_coefficients and lpc_compute_residual_from_qlp_coefficients_wide
* [CMake] Honor WITH_AVXMartijn van Beurden2022-04-261-2/+4
| | | | Fixes https://github.com/xiph/flac/issues/286
* [CMake] Add check for PPC64, POWER8/9 and vec_doublehMartijn van Beurden2022-04-251-0/+6
| | | | | Add checks for POWER8/9 intrinsics similar to those in autotools to cmake
* Only define _XOPEN_SOURCE and __EXTENSIONS__ when necessaryCameron Cawley2022-04-221-0/+4
|
* Add git commit tag, hash and date to vendor string when availableMartijn van Beurden2022-04-201-0/+9
| | | | | | | In some circles (Hydrogenaud.io for example) people share binaries compiled from git, i.e. inbetween official releases. Files created with these binaries cannot be discerned from others. To improve troubleshooting, compiles from a git repository are marked with the commit hash and date when configured with autotools or CMake
* Remove unused macrosNotTsunami2022-04-191-9/+0
| | | | Cleanup of ecede0bc72bd051d3c3e05440beb35c0c34b4b34
* CMake: Make FORTIFY_SOURCE optionalNotTsunami2022-04-131-5/+0
| | | | * Also add in checking for libssp for MinGW
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-11/+6
|
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-0/+239