Lombiq / Hastlayer-SDK

Turning .NET software into FPGA hardware for faster execution and lower power usage.

Home Page:https://hastlayer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add SIMD remainder (%) operation (HAST-257)

Piedone opened this issue · comments

See SimdOperations. What makes this non-trivial is that unlike the four basic arithmetic operations % can't be directly transformed, but is rather a series of division, multiplication, and subtractions. On the flip side, the operation can be easily implemented by chaining the divide, multiple, and subtract operations.

Jira issue