kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

commit 4fad513306aadbbacb50f8b91e0f5e1a5f4f5d38
parent 6b81c539cfed2b81cd10a631769c50ba8a17930a
Author: [email protected] <[email protected]>
Date:   Tue, 24 Mar 2020 04:51:12 +0000

Downgrade Intel SDE

Diffstat:
Mazure-pipelines.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -104,7 +104,7 @@ jobs: - bash: | set -e - curl -o "$(Agent.TempDirectory)/sde.tar.bz2" -L $(SDE_URL_MACOS) + curl -o "$(Agent.TempDirectory)/sde.tar.bz2" -L $(SDE_URL_MACOS2) mkdir -p "$(Agent.TempDirectory)/sde-bin" tar -C "$(Agent.TempDirectory)/sde-bin" -xjf "$(Agent.TempDirectory)/sde.tar.bz2" --strip 1 export PATH=$PATH:$(Agent.TempDirectory)/sde-bin @@ -114,6 +114,8 @@ jobs: # sudo /usr/sbin/DevToolsSecurity –enable sudo security authorizationdb write system.privilege.taskport allow + sde64 -chip_check_exe_only -- $(Agent.TempDirectory)/sde-bin/intel64/nullapp + /bin/bash -c "sudo xcode-select -s /Applications/Xcode_$(XCODE_VER).app/Contents/Developer" brew install ninja ci/run.sh build-release -DENABLE_CAPI_BUILD=ON -DUSE_SDE=ON -DARCH_TESTS=sse2,sse3,sse41,avx,avx2,avx512 -DCMAKE_BUILD_TYPE=Release