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")