DPC++ Runtime
Runtime libraries for oneAPI DPC++
complex.hpp
Go to the documentation of this file.
1 //===- complex.hpp --------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #pragma once
10 
11 #ifdef SYCL_EXT_ONEAPI_COMPLEX
12 
13 #include "./detail/complex.hpp"
15 
16 #endif // SYCL_EXT_ONEAPI_COMPLEX