Cincinesh / tue

The Tuesday C++ Vector Math and SIMD Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more simd specializations

Cincinesh opened this issue · comments

int32x4
uint32x4
bool64x2
float64x2
int64x2
uint64x2
etc.

In the rewrite I managed to do this with two template classes: a 2-component base case and a larger general case derived from the half size case.