File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ endif()
4848# We enable x86 intrinsics for all target architectures, because they are implemented through SIMD-everywhere on non-x86.
4949set ( VVENC_ENABLE_X86_SIMD TRUE CACHE BOOL "Enable x86 intrinsics" )
5050set ( VVENC_ENABLE_ARM_SIMD ${VVENC_ARM_SIMD_DEFAULT} CACHE BOOL "Enable Arm Neon intrinsics" )
51- set ( VVENC_ENABLE_ARM_SIMD_SVE FALSE CACHE BOOL "Enable Arm SVE intrinsics" )
51+ set ( VVENC_ENABLE_ARM_SIMD_SVE ${FLAG_sve} CACHE BOOL "Enable Arm SVE intrinsics" )
5252set ( VVENC_ENABLE_ARM_SIMD_SVE2 FALSE CACHE BOOL "Enable Arm SVE2 intrinsics" )
5353set ( VVENC_ENABLE_LOONGARCH64_SIMD_LSX ${VVENC_LOONGARCH64_SIMD_DEFAULT} CACHE BOOL "Enable LoongArch64 LSX intrinsics" )
5454set ( VVENC_FFP_CONTRACT_OFF OFF CACHE BOOL "Disable floating point expression contraction fFr exact math" )
You can’t perform that action at this time.
0 commit comments