VIPRA Documentation
Loading...
Searching...
No Matches
performance.hpp
1#pragma once
2
3#ifdef VIPRA_PERF_TESTING
4
5#define VIPRA_INLINE
6
7#else
8
9#define VIPRA_INLINE __attribute__((always_inline))
10
11#endif