Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.17 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.140 - 2024-12-26

Other

  • Disable f128 for amdgpu (#737)
  • Fix a bug in abs_diff
  • Disable f16 on platforms that have recursion problems

0.1.139 - 2024-11-03

Other

  • Remove incorrect sparcv9 match pattern from configure_f16_f128

0.1.138 - 2024-11-01

Other

  • Use f16_enabled/f128_enabled in examples/intrinsics.rs (#724)
  • Disable f16 for LoongArch64 (#722)