1 2 3 4 5 6
// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #[allow(clippy::all)] #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] pub mod x86;