edwar-vhd / SFU-Piecewise-Polynomial-Approximation

Special Function Units (SFUs) are hardware accelerators, their implementation helps improve the performance of GPUs to process some of the most complex operations. This SFU implements the Piecewise Polynomial Approximation, which provides high performance, low area costs and good accuracy for real implementation of hardware.
6 stars 1 forks source link

fixed EX2 exceptions and RRO for Negative inputs gt 127 #1

Closed divadnauj-GB closed 1 year ago

divadnauj-GB commented 1 year ago

This commit solves the issue "sfu test error ". The RRO had partial exception resolution, and the exceptions in the SFU core. The new version already fixes such a problem.