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 4 5"""Defines global variables that lists target cpus""" 6 7PLATFORM_CPU_ARM64 = ("@platforms//cpu:arm64") 8 9PLATFORM_CPU_X86_64 = ("@platforms//cpu:x86_64") 10