git: 53fd32562a48 - main - audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 22:31:03 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=53fd32562a4830b5707985d51aace19e8dfa7965 commit 53fd32562a4830b5707985d51aace19e8dfa7965 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-16 22:27:26 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-16 22:27:26 +0000 audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on riscv64 --- audio/soundtouch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index c0c12222c708..4691cf39f02f 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -27,11 +27,13 @@ OPTIONS_DEFINE_armv7= NEON OPTIONS_DEFINE_i386= OPENMP OPTIONS_DEFINE_powerpc64= OPENMP OPTIONS_DEFINE_powerpc64le= OPENMP +OPTIONS_DEFINE_riscv64= OPENMP OPTIONS_DEFAULT= ${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/} OPTIONS_DEFAULT_aarch64= NEON OPENMP OPTIMIZED_CFLAGS OPTIONS_DEFAULT_amd64= OPENMP OPTIMIZED_CFLAGS OPTIONS_DEFAULT_powerpc64= OPENMP OPTIMIZED_CFLAGS OPTIONS_DEFAULT_powerpc64le= OPENMP OPTIMIZED_CFLAGS +OPTIONS_DEFAULT_riscv64= OPENMP OPTIMIZED_CFLAGS INTEGER_SAMPLES_DESC= Use integer sample format NEON_DESC= Use NEON instructions