fpc/rtl/arm/cpuinnr.inc
florian fb577a9175 + support for fpc_aarch64_yield and fpc_arm_yield
+ intrinsics unit for aarch64 and arm
2025-11-30 20:16:44 +01:00

17 lines
573 B
PHP

{
Defines CPU intrinsic indicies for ARM
This file is part of the Free Pascal run time library.
Copyright (c) 2021 by the Free Pascal development team.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
fpc_in_arm_yield = fpc_in_cpu_first+0;