Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.75 KB

File metadata and controls

50 lines (32 loc) · 1.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.156 - 2025-04-20

Other

  • Enable icount benchmarks in CI
  • Move builtins-test-intrinsics out of the workspace
  • Run cargo fmt on all projects
  • Flatten the libm/libm directory
  • Update path to libm after the merge
  • Remove the libm submodule
  • Rename testcrate to builtins-test

0.1.155 - 2025-04-17

Other

  • use #[cfg(bootstrap)] for rustc sync
  • Replace the bl! macro with asm_sym
  • __udivmod(h|q)i4

0.1.154 - 2025-04-16

Other

  • turn #[naked] into an unsafe attribute

0.1.153 - 2025-04-09

Other

  • Remove a mention of force-soft-float in build.rs
  • Revert "Disable f16 on AArch64 without the neon feature"
  • Skip No More!
  • avoid out-of-bounds accesses (#799)

0.1.152 - 2025-03-20

Other

  • Remove use of atomic_load_unordered and undefined behaviour from arm_linux.rs
  • Switch repository layout to use a virtual manifest