[AMDGPU] Make v8i16/v8f16 legal
[llvm-project.git] / utils / bazel / llvm-project-overlay / libc / platforms.bzl
blob7137984740e24db9888289085c6cff94a1178adc
1 # This file is licensed under the Apache License v2.0 with LLVM Exceptions.
2 # See https://llvm.org/LICENSE.txt for license information.
3 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5 """Defines global variables that lists target cpus"""
7 PLATFORM_CPU_ARM64 = ("@platforms//cpu:arm64")
9 PLATFORM_CPU_X86_64 = ("@platforms//cpu:x86_64")