IntrinsicLib.h 317 B

12345678910111213141516
  1. /** @file
  2. InstrinsicLib class with intrinsic APIs generated by compilers.
  3. Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef INTRINSTIC_LIB_H_
  7. #define INTRINSTIC_LIB_H_
  8. //
  9. // Compiler dependent intrinsic APIs.
  10. //
  11. #endif