dheaton-arm 92b6a3abae Add MTE intrinsics
Adds intrinsic functions to `core_arch::aarch64` for MTE, as per the
ACLE:
- __arm_mte_create_random_tag
- __arm_mte_increment_tag
- __arm_mte_exclude_tag
- __arm_mte_set_tag
- __arm_mte_get_tag
- __arm_mte_ptrdiff

These are unavailable without the `mte` target feature.
2024-08-27 15:14:28 +01:00
..
2024-08-27 15:14:28 +01:00
2024-03-13 22:30:36 +00:00
2024-07-06 11:00:34 +02:00