Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/pstl/internal/unseq_backend_simd.h
// -*- C++ -*- | // -*- C++ -*- | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
#ifndef _PSTL_UNSEQ_BACKEND_SIMD_H | #ifndef _PSTL_UNSEQ_BACKEND_SIMD_H | ||||
#define _PSTL_UNSEQ_BACKEND_SIMD_H | #define _PSTL_UNSEQ_BACKEND_SIMD_H | ||||
#include <__functional/operations.h> | |||||
#include <type_traits> | #include <type_traits> | ||||
#include "pstl_config.h" | #include "pstl_config.h" | ||||
#include "utils.h" | #include "utils.h" | ||||
// This header defines the minimum set of vector routines required | // This header defines the minimum set of vector routines required | ||||
// to support parallel STL. | // to support parallel STL. | ||||
▲ Show 20 Lines • Show All 842 Lines • Show Last 20 Lines |