mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-03 14:21:30 +00:00
[ARM] Cortex-R5 is not VFPOnlySP
This patch fixes the error in ARM.td which stated that Cortex-R5 floating point unit can do only single precision, when it can do double as well. Reviewers: rengolin Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10769 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240799 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1071,7 +1071,7 @@
|
||||
; CORTEX-R5: .eabi_attribute 23, 3
|
||||
; CORTEX-R5: .eabi_attribute 24, 1
|
||||
; CORTEX-R5: .eabi_attribute 25, 1
|
||||
; CORTEX-R5: .eabi_attribute 27, 1
|
||||
; CORTEX-R5-NOT: .eabi_attribute 27, 1
|
||||
; CORTEX-R5-NOT: .eabi_attribute 28
|
||||
; CORTEX-R5-NOT: .eabi_attribute 36
|
||||
; CORTEX-R5: .eabi_attribute 38, 1
|
||||
|
||||
Reference in New Issue
Block a user