-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lib
updated
25 files
+2 −2 | arm/neon/bic.h | |
+20 −0 | arm/neon/bsl.h | |
+4 −0 | arm/neon/cnt.h | |
+284 −100 | arm/neon/ld3.h | |
+3 −0 | arm/neon/ld4.h | |
+12 −0 | arm/neon/mvn.h | |
+16 −0 | arm/neon/orn.h | |
+3 −3 | arm/neon/shr_n.h | |
+9 −0 | simde-arch.h | |
+4 −21 | simde-common.h | |
+7 −0 | simde-diagnostic.h | |
+28 −3 | simde-features.h | |
+20 −0 | simde-math.h | |
+27 −39 | x86/avx.h | |
+75 −64 | x86/avx2.h | |
+1 −0 | x86/avx512.h | |
+152 −0 | x86/avx512/kshift.h | |
+1,395 −59 | x86/avx512/permutex2var.h | |
+952 −29 | x86/avx512/permutexvar.h | |
+76 −0 | x86/avx512/shuffle.h | |
+114 −10 | x86/avx512/test.h | |
+414 −0 | x86/clmul.h | |
+85 −10 | x86/sse.h | |
+256 −46 | x86/sse2.h | |
+279 −111 | x86/svml.h |