summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Private/Library/IntrinsicLib.h
blob: 69172a041949d60cfa86536a0209f1f471a1836e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** @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