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
We should get some common math implementations put together. First stop: move the definitions of min and max out of comp/util/common.rs and into the new module, and fix them to be templated on @t instead of T.
The text was updated successfully, but these errors were encountered:
* Move test for `needs_drop`
* Minor change to description in `needs_drop` test
* Add test for `type_name`
* Add test for `type_id`
* Add test for `size_of`
* Add test for `pref_align_of`
* Add test for `min_align_of`
* Include a comment for `codegen_intrinsic_const`
* In `type_id` test, assert no duplicates
We should get some common math implementations put together. First stop: move the definitions of min and max out of comp/util/common.rs and into the new module, and fix them to be templated on @t instead of T.
The text was updated successfully, but these errors were encountered: