Skip to content

AvxToNeon v1.0.0

Latest
Compare
Choose a tag to compare
@Enigmo-g Enigmo-g released this 04 Mar 01:43
· 17 commits to master since this release
1fc159f

1.this release includes the frequently used AVX instructions,which are encapsulated as independent modules to reduce repeated development workload.

2.release contains a total of 265 interfaces. But the efficiency of some complex interfaces is low ,such as _mm_cmpestri、_mm256_movemask_epi8 and so on;

inteface type count of interface
mm128 20
mm256 112
mm512 133

3.support some scenarios such as gkl and hyperscan;