hlslibs/ac_types

Many ac_float operators don't compile, are missing a `return *this`

Opened this issue · 1 comments

e.g., ac_float operator +=(const AC_FL(2) &op2):

https://github.com/hlslibs/ac_types/blob/master/include/ac_float.h#L656

returns

 error: control reaches end of non-void function
      [-Werror,-Wreturn-type]

This appears to have been fixed in 74664af