Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ variables:
regression: 1

jobs:
- job: build_ubuntu_1804
displayName: Ubuntu 1804
- job: build_ubuntu_2004
displayName: Ubuntu 2004
pool:
vmImage: 'Ubuntu-18.04'
vmImage: 'Ubuntu-20.04'
timeoutInMinutes: 120
strategy:
matrix:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
-DCHECK_MPI=${MPI} \
..
fi
make -j $(nproc --all)
make -j $(nproc --all) VERBOSE=1
make install
cd ${BUILD_SOURCESDIRECTORY}
cp LICENSE README.md hhsuite
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
-DHAVE_${SIMD}=1 \
-DCHECK_MPI=0 \
..
make -j $(nproc --all)
make -j $(nproc --all) VERBOSE=1
make install
cd ${BUILD_SOURCESDIRECTORY}
cp LICENSE README.md hhsuite
Expand All @@ -161,10 +161,10 @@ jobs:
targetPath: $(Build.SourcesDirectory)/hhsuite-linux-$(ARCHIVE_NAME).tar.gz
artifactName: hhsuite-linux-$(ARCHIVE_NAME)

- job: build_macos_1015
displayName: macOS 1015
- job: build_macos_11
displayName: macOS 11
pool:
vmImage: 'macos-10.15'
vmImage: 'macos-11'
steps:
- script: |
cd ${BUILD_SOURCESDIRECTORY}
Expand All @@ -187,10 +187,10 @@ jobs:
displayName: Upload Artifacts
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
pool:
vmImage: 'Ubuntu-18.04'
vmImage: 'Ubuntu-20.04'
dependsOn:
- build_macos_1015
- build_ubuntu_1804
- build_macos_11
- build_ubuntu_2004
- build_ubuntu_cross_2004
steps:
- checkout: none
Expand Down
31 changes: 30 additions & 1 deletion lib/simde/simde/arm/neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "neon/abdl.h"
#include "neon/abs.h"
#include "neon/add.h"
#include "neon/addhn.h"
#include "neon/addl.h"
#include "neon/addlv.h"
#include "neon/addl_high.h"
Expand Down Expand Up @@ -73,6 +74,7 @@
#include "neon/eor.h"
#include "neon/ext.h"
#include "neon/fma.h"
#include "neon/fma_lane.h"
#include "neon/fma_n.h"
#include "neon/get_high.h"
#include "neon/get_lane.h"
Expand All @@ -81,9 +83,17 @@
#include "neon/hsub.h"
#include "neon/ld1.h"
#include "neon/ld1_dup.h"
#include "neon/ld1_lane.h"
#include "neon/ld1_x2.h"
#include "neon/ld1_x3.h"
#include "neon/ld1_x4.h"
#include "neon/ld1q_x2.h"
#include "neon/ld1q_x3.h"
#include "neon/ld1q_x4.h"
#include "neon/ld2.h"
#include "neon/ld3.h"
#include "neon/ld4.h"
#include "neon/ld4_lane.h"
#include "neon/max.h"
#include "neon/maxnm.h"
#include "neon/maxv.h"
Expand All @@ -94,11 +104,15 @@
#include "neon/mla_n.h"
#include "neon/mlal.h"
#include "neon/mlal_high.h"
#include "neon/mlal_high_n.h"
#include "neon/mlal_lane.h"
#include "neon/mlal_n.h"
#include "neon/mls.h"
#include "neon/mls_n.h"
#include "neon/mlsl.h"
#include "neon/mlsl_high.h"
#include "neon/mlsl_high_n.h"
#include "neon/mlsl_lane.h"
#include "neon/mlsl_n.h"
#include "neon/movl.h"
#include "neon/movl_high.h"
Expand All @@ -109,6 +123,7 @@
#include "neon/mul_n.h"
#include "neon/mull.h"
#include "neon/mull_high.h"
#include "neon/mull_lane.h"
#include "neon/mull_n.h"
#include "neon/mvn.h"
#include "neon/neg.h"
Expand All @@ -122,16 +137,23 @@
#include "neon/qabs.h"
#include "neon/qadd.h"
#include "neon/qdmulh.h"
#include "neon/qdmulh_lane.h"
#include "neon/qdmulh_n.h"
#include "neon/qdmull.h"
#include "neon/qrdmulh.h"
#include "neon/qrdmulh_lane.h"
#include "neon/qrdmulh_n.h"
#include "neon/qrshrn_n.h"
#include "neon/qrshrun_n.h"
#include "neon/qmovn.h"
#include "neon/qmovun.h"
#include "neon/qmovn_high.h"
#include "neon/qneg.h"
#include "neon/qsub.h"
#include "neon/qshl.h"
#include "neon/qshlu_n.h"
#include "neon/qshrn_n.h"
#include "neon/qshrun_n.h"
#include "neon/qtbl.h"
#include "neon/qtbx.h"
#include "neon/rbit.h"
Expand All @@ -156,17 +178,24 @@
#include "neon/set_lane.h"
#include "neon/shl.h"
#include "neon/shl_n.h"
#include "neon/shll_n.h"
#include "neon/shr_n.h"
#include "neon/shrn_n.h"
#include "neon/sqadd.h"
#include "neon/sra_n.h"
#include "neon/sri_n.h"
#include "neon/st1.h"
#include "neon/st2.h"
#include "neon/st1_lane.h"
#include "neon/st2.h"
#include "neon/st2_lane.h"
#include "neon/st3.h"
#include "neon/st3_lane.h"
#include "neon/st4.h"
#include "neon/st4_lane.h"
#include "neon/sub.h"
#include "neon/subhn.h"
#include "neon/subl.h"
#include "neon/subl_high.h"
#include "neon/subw.h"
#include "neon/subw_high.h"
#include "neon/tbl.h"
Expand Down
Loading