google / xls

XLS: Accelerated HW Synthesis

Home Page:http://google.github.io/xls/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide saturating integer operations for internal use

allight opened this issue · comments

For analysis of tuple and array types we often need to convert and perform math on int64 values. In these cases we do not want the math to overflow. It would be useful to have a full suite of 'saturating' math ops in the math_util.h file.