You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move template functions b_mul, b_inv, etc into a class.
The class should adhere to ap_uint semantics.
It could be messy to inherit from ap_uint. Perhaps it's better to embed a "raw" ap_uint value inside the struct and offer explicit conversions.
The text was updated successfully, but these errors were encountered:
Move template functions b_mul, b_inv, etc into a class.
The class should adhere to ap_uint semantics.
It could be messy to inherit from ap_uint. Perhaps it's better to embed a "raw" ap_uint value inside the struct and offer explicit conversions.
The text was updated successfully, but these errors were encountered: