aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/inline.h
blob: ad4f97124661661808abf75e14b55b642aa94a4d (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. 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