Files
exectos/xtoskrnl/includes/rtl/amd64/intrin.hh
Aiken Harris 534aaba27e
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in -59m26s
Builds / ExectOS (amd64, release) (push) Successful in -59m27s
Builds / ExectOS (i686, release) (push) Successful in -59m28s
Builds / ExectOS (i686, debug) (push) Successful in -59m25s
Declare compiler intrinsics with proper symbol names
2026-04-26 23:10:42 +02:00

18 lines
527 B
C++

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/rtl/amd64/intrin.hh
* DESCRIPTION: Compiler intrinsic support routines
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
*/
#ifndef __XTOSKRNL_RTL_AMD64_INTRIN_HH
#define __XTOSKRNL_RTL_AMD64_INTRIN_HH
#include <xtos.hh>
/* Forward declarations enforcing the XTAPI calling convention and preserving the raw unmangled symbol names */
#endif /* __XTOSKRNL_RTL_AMD64_INTRIN_HH */