LLVM 22.0.0git
AArch64FeatPriorities.inc
Go to the documentation of this file.
1//===- AArch64FeatPriorities.inc - AArch64 FMV Priorities enum --*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file enumerates the AArch64 FMV features sorted in ascending priority.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef AARCH64_FEAT_PRIORITIES_INC_H
14#define AARCH64_FEAT_PRIORITIES_INC_H
15
16// Function Multi Versioning feature priorities.
17enum FeatPriorities {
63};
64
65#endif