Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
switch_arm64_msvc.h
1/*
2 * this is the internal transfer function.
3 *
4 * HISTORY
5 * 21-Oct-21 Niyas Sait <niyas.sait@linaro.org>
6 * First version to enable win/arm64 support.
7 */
8
9#define STACK_REFPLUS 1
10#define STACK_MAGIC 0
11
12/* Use the generic support for an external assembly language slp_switch function. */
13#define EXTERNAL_ASM
14
15#ifdef SLP_EVAL
16/* This always uses the external masm assembly file. */
17#endif