/*** * intrin0.h - declarations of compiler intrinsics used by the C++ Standard Library. * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * This header file declares compiler intrinsics that are used by the * C++ Standard Library, especially . Compiler throughput is * the only reason that intrin0.h is separate from intrin.h. * ****/ #pragma once #define __INTRIN0_H_ #ifdef _M_ARM64EC #include #else // _M_ARM64EC #include #endif // _M_ARM64EC