[all-commits] [llvm/llvm-project] ed11d7: [compiler-rt][ARM] Optimized FP double <-> single ...
Simon Tatham via All-commits
all-commits at lists.llvm.org
Wed May 27 03:56:00 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed11d7a52a505ff53523c2c635f114d865273f24
https://github.com/llvm/llvm-project/commit/ed11d7a52a505ff53523c2c635f114d865273f24
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
A compiler-rt/lib/builtins/arm/extendsfdf2.S
A compiler-rt/lib/builtins/arm/truncdfsf2.S
A compiler-rt/test/builtins/Unit/extendsfdf2new_test.c
A compiler-rt/test/builtins/Unit/truncdfsf2new_test.c
Log Message:
-----------
[compiler-rt][ARM] Optimized FP double <-> single conversion (#179926)
This commit provides assembly versions of the conversions both ways
between double and float.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list