VIPRA Documentation
Loading...
Searching...
No Matches
include
vipra
macros
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
Generated by
1.13.2