Skip to content

Releases: kunpengcompute/AvxToNeon

AvxToNeon v1.0.0

04 Mar 01:43
1fc159f
Compare
Choose a tag to compare

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;