cosmopolitan/third_party/libcxx/__pstl_config_site

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
606 B
Text
Raw Normal View History

2024-05-27 02:12:27 -07:00
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
2024-05-27 02:12:27 -07:00
#ifndef __PSTL_CONFIG_SITE
#define __PSTL_CONFIG_SITE
2024-05-27 02:12:27 -07:00
#cmakedefine _PSTL_PAR_BACKEND_SERIAL
#cmakedefine _PSTL_PAR_BACKEND_TBB
#cmakedefine _PSTL_PAR_BACKEND_OPENMP
#cmakedefine _PSTL_HIDE_FROM_ABI_PER_TU
2024-05-27 02:12:27 -07:00
#endif // __PSTL_CONFIG_SITE