Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

I32x4: Support slli/srli #87

Closed Nielsbishere closed 1 year ago

Nielsbishere commented 1 year ago

These functions are used sometimes. Decide if we want to support it in both software and hardware. I32x2 might also benefit from some of the functions that I32x4 provides, so check if any of the new swizzles might be useful for it.

Nielsbishere commented 1 year ago

Supported as I32x4_rshByte and lshByte.