ch81/cores/attributes.h

9 lines
201 B
C
Raw Permalink Normal View History

2026-05-14 11:59:29 +02:00
/*
* Copyright 2026 Michael Hope <michaelh@juju.nz>
* SPDX-License-Identifier: MIT
*/
2026-04-20 15:51:15 +02:00
#pragma once
#define ALWAYS_INLINE inline __attribute__((always_inline))
#define MUSTTAIL [[clang::musttail]]