saturated addition/subtraction unnecessary on FP vectors

Issue #20 new
edanor repo owner created an issue

Saturation in FP is available using +/-NaN and thus exposure of such operations in the interface is unnecessary.

Saturated operations should be moved to separate interface classes and inherited only in integer vector types.

Comments (0)

  1. Log in to comment