HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
hcc
include
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
20
namespace
precise_math
=
Kalmar::precise_math
;
21
22
}
// namespace Concurrency
23
Concurrency
C++ AMP namespace.
Definition:
amp.h:25
Kalmar::precise_math
Definition:
kalmar_math.h:691
Kalmar::fast_math
Definition:
kalmar_math.h:297
Generated on Wed Dec 13 2017 13:11:16 for HCC by
1.8.11