aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/inline.h
blob: cf6fe0e696a86a5e801932d47ec298685c1f31a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#ifndef noinline__
#define noinline__ __attribute__((noinline))
#endif