Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Popular repositories
-
-
-
-
vala-extra-vapis Archived
This repository is no longer active; please use https://gitlab.gnome.org/GNOME/vala-extra-vapis instead.
2,315 contributions in the last year
Contribution activity
July 2020
Created a pull request in shibatch/sleef that received 1 comment
Include version numbers in public header.
This can be used to detect whether the version of SLEEF being used supports a feature. For example #if SLEEF_VERSION_MAJOR > 3 || (SLEEF_VERSION_M…
+6
−1
•
1
comment
- svml: adding sleef to {mm,mm256,mm512}_cosd_{ps,pd}
- sse2,ssse3,sse4.1,avx512bw: added impl for mm512_s{l,r}l_epi16 + NEON impls
- svml: adding sleef to {hypot,log,log1p,log2,log10,pow} functions
- avx512bw,sse4.1: added impl for mm512_sad_epu8, mm512_srlv_epi16 + NEON impl of mm_test* functions
- sse2,fma,avx512bw: added impl for mm512_sll{i,v}_epi16 + NEON impls
- avx512bw,sse4.1,sse4.2: added impl for mm512_sra{,i,v}_epi16 + NEON impl for mm_testz_si128 and CRC intrinisics
- neon: implementation of rhadd
- svml: optimize mm_erfcinv_ps
- svml: optimize mm512_cdfnorminv_{ps,pd}
- Meson packaging
- avx512f,dq: implement mm512_cmp{lt,gt,eq}_ps, mm512_or_{ps,pd}
- svml: optimize {mm,mm256}_cdfnorminv_{ps,pd}
- avx2: added impl for mm{,256}_{,mask}_i{32,64}gather_epi32 and small bug fix
- svml: optimize mm_cdfnorminv_{ps,pd}
- svml: optimize simde_mm_cdfnorm_{ps,pd}
- avx2: added mm256_sad_epu8, mm256_mpsadbw_epu8, mm256_maddubs_epi16
- neon: implementation of qmovn and helpers
- Wunused-but-set-variable is a problem until GCC 6.4 (#277)
- avx2: added impl for mm256_permutevar8x32_{epi32,ps}
Created an issue in shibatch/sleef that received 6 comments
Provide APIs for static dispatch
In many cases it is best to skip the dynamic dispatch and and instead just call a function chosen at compile time. For example, sometimes the code …
6
comments

