mkl_vsl.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* file: mkl_vsl.h */
  2. /*******************************************************************************
  3. * Copyright 2006-2022 Intel Corporation.
  4. *
  5. * This software and the related documents are Intel copyrighted materials, and
  6. * your use of them is governed by the express license under which they were
  7. * provided to you (License). Unless the License provides otherwise, you may not
  8. * use, modify, copy, publish, distribute, disclose or transmit this software or
  9. * the related documents without Intel's prior written permission.
  10. *
  11. * This software and the related documents are provided as is, with no express
  12. * or implied warranties, other than those that are expressly stated in the
  13. * License.
  14. *******************************************************************************/
  15. /*
  16. //++
  17. // The main VSL header file.
  18. //--
  19. */
  20. #ifndef __MKL_VSL_H__
  21. #define __MKL_VSL_H__
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif /* __cplusplus */
  25. #include "mkl_vsl_defines.h"
  26. #include "mkl_vsl_functions.h"
  27. #include "mkl_vsl_types.h"
  28. #ifdef __cplusplus
  29. }
  30. #endif /* __cplusplus */
  31. #endif /* __MKL_VSL_H__ */