DLTcollab / sse2neon

A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cover complete immediate numbers in tests

howjmay opened this issue · comments

For intrinsics that take immediate numbers, we are only testing few of the immediate numbers in the valid range.
Maybe we should use macro to tests all the numbers within valid range?