mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-06-10 01:55:59 +00:00
12 lines
195 B
C++
12 lines
195 B
C++
#ifndef INC_UTILS_HPP_
|
|
#define INC_UTILS_HPP_
|
|
|
|
namespace sta
|
|
{
|
|
namespace math
|
|
{
|
|
float fast_inv_sqrt(float);
|
|
} // namespace math
|
|
} // namespace sta
|
|
|
|
#endif /* INC_UTILS_HPP_ */ |