[all-commits] [llvm/llvm-project] 0c0eeb: [builtins] Add support for single-precision-only-F...
Zhuojia (Chaos) Shen via All-commits
all-commits at lists.llvm.org
Thu Nov 12 07:12:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0c0eeb78eb0d77bb31d695a14e9582f75d36a99f
https://github.com/llvm/llvm-project/commit/0c0eeb78eb0d77bb31d695a14e9582f75d36a99f
Author: Zhuojia Shen <chaosdefinition at hotmail.com>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
Log Message:
-----------
[builtins] Add support for single-precision-only-FPU ARM targets.
This patch enables building compiler-rt builtins for ARM targets that
only support single-precision floating point instructions (e.g., those
with -mfpu=fpv4-sp-d16).
This fixes PR42838
Differential Revision: https://reviews.llvm.org/D90698
More information about the All-commits
mailing list