mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-29 13:18:23 +00:00
-Added API for retrieving the default FPU of a CPU from TargetParser.
-Implemented as a table lookup. Change-Id: Iaad0eaf4b29b06827e6700269496dc1ba20e9018 Phabricator: http://reviews.llvm.org/D11100 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242284 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -178,6 +178,7 @@ public:
|
||||
static unsigned getFPUVersion(unsigned FPUKind);
|
||||
static unsigned getFPUNeonSupportLevel(unsigned FPUKind);
|
||||
static unsigned getFPURestriction(unsigned FPUKind);
|
||||
static unsigned getDefaultFPU(StringRef CPU);
|
||||
// FIXME: This should be moved to TargetTuple once it exists
|
||||
static bool getFPUFeatures(unsigned FPUKind,
|
||||
std::vector<const char*> &Features);
|
||||
|
||||
Reference in New Issue
Block a user