HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
amp_math.h
1 //===----------------------------------------------------------------------===//
2 //
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
5 //
6 //===----------------------------------------------------------------------===//
7 
8 #pragma once
9 
10 #include "kalmar_math.h"
11 
12 namespace Concurrency {
13 
14 // namespace alias
15 
16 // namespace Concurrency::fast_math is an alias of namespace Kalmar::fast_math
17 namespace fast_math = Kalmar::fast_math;
18 
19 // namespace Concurrency::precise_math is an alias of namespace Kalmar::precise_math
21 
22 } // namespace Concurrency
23 
C++ AMP namespace.
Definition: amp.h:25
Definition: kalmar_math.h:691
Definition: kalmar_math.h:297