mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
removing default label in switch as it results. This is part of earlier commit http://reviews.llvm.org/D1064 Subscribers: llvm-commits git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
263dd533ee
commit
23fd3d6afc
@ -318,8 +318,6 @@ bool ARMTargetParser::getFPUFeatures(unsigned FPUKind,
|
||||
Features.push_back("-vfp4");
|
||||
Features.push_back("-fp-armv8");
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
// crypto includes neon, so we handle this similarly to FPU version.
|
||||
|
Loading…
Reference in New Issue
Block a user