Rollup merge of #139600 - tgross35:update-builtins, r=tgross35

Update `compiler-builtins` to 0.1.153

Includes the following changes:

* Avoid OOB access in `memcpy` and `memmove` [1]
* Enable intrinsics on AVR [2]
* `libm` updates to avoid using `core::arch` vector intrinsics [3]
* Re-enable `f16` on aarch64 without Neon [4]

[1]: https://github.com/rust-lang/compiler-builtins/pull/799
[2]: https://github.com/rust-lang/compiler-builtins/pull/791
[3]: https://github.com/rust-lang/compiler-builtins/pull/814
[4]: https://github.com/rust-lang/compiler-builtins/pull/809
This commit is contained in:
Stuart Cook 2025-04-11 13:31:49 +10:00 committed by GitHub
commit ad31b963fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available