1/* This file is automatically generated.
2 This file selects the right generated file of `__stub_FUNCTION' macros
3 based on the architecture being compiled for. */
4
5#include <bits/wordsize.h>
6
7#if __WORDSIZE == 32 && defined __loongarch_soft_float
8# include <gnu/stubs-ilp32s.h>
9#endif
10#if __WORDSIZE == 32 && defined __loongarch_double_float
11# include <gnu/stubs-ilp32d.h>
12#endif
13#if __WORDSIZE == 64 && defined __loongarch_soft_float
14# include <gnu/stubs-lp64s.h>
15#endif
16#if __WORDSIZE == 64 && defined __loongarch_double_float
17# include <gnu/stubs-lp64d.h>
18#endif