Declare compiler intrinsics with proper symbol names
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

This commit is contained in:
2026-04-26 23:10:42 +02:00
parent 119679c996
commit 534aaba27e
4 changed files with 51 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
/**
* 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 */