IvantheDugtrio / veclib

Vector library for porting SSE2 instructions to other architectures
MIT License
15 stars 3 forks source link

_mm_cvtsi128_si32 convert #4

Open LevanOL opened 7 years ago

LevanOL commented 7 years ago

First, thank you for this amazing job in converting these functions to altivec. I have one request if someone could help me convert some other ones; I'm looking at converting the following: _mm_cvtsi128_si32 Would anybody help with this one?