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
Use Clang __builtin_assume if available (#5)
* Using Clang __builtin_assume if available.
* Fixed warning in clang.
- Added an attribute to indicate that the assertion expression
is pure (as it should be).