mirror of https://github.com/acidanthera/audk.git
17 lines
317 B
C
17 lines
317 B
C
/** @file
|
|
InstrinsicLib class with intrinsic APIs generated by compilers.
|
|
|
|
Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#ifndef INTRINSTIC_LIB_H_
|
|
#define INTRINSTIC_LIB_H_
|
|
|
|
//
|
|
// Compiler dependent intrinsic APIs.
|
|
//
|
|
|
|
#endif
|