File tree 3 files changed +6
-0
lines changed
include/private/dsp/arch/x86
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ namespace lsp
94
94
{
95
95
IF_ARCH_X86 (
96
96
lanczos_gen_t state __lsp_aligned32;
97
+ float stub[8 ] __lsp_aligned16;
97
98
);
98
99
99
100
ARCH_X86_ASM (
@@ -158,6 +159,7 @@ namespace lsp
158
159
[S2C] " o" (sinf_const),
159
160
[LGEN] " o" (kp_gen_const),
160
161
[LC] " o" (lanczos_const),
162
+ [stub] " o" (stub),
161
163
[k] " m" (k),
162
164
[p] " m" (p),
163
165
[a] " m" (a),
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ namespace lsp
112
112
{
113
113
IF_ARCH_X86 (
114
114
lanczos_gen_t state __lsp_aligned64;
115
+ float stub[16 ] __lsp_aligned64;
115
116
);
116
117
117
118
ARCH_X86_ASM (
@@ -189,6 +190,7 @@ namespace lsp
189
190
[S2C] " o" (sinf_const),
190
191
[LGEN] " o" (kp_gen_const),
191
192
[LC] " o" (lanczos_const),
193
+ [stub] " o" (stub),
192
194
[k] " m" (k),
193
195
[p] " m" (p),
194
196
[a] " m" (a),
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ namespace lsp
79
79
{
80
80
IF_ARCH_X86 (
81
81
lanczos_gen_t state __lsp_aligned16;
82
+ float stub[4 ] __lsp_aligned16;
82
83
);
83
84
84
85
ARCH_X86_ASM (
@@ -136,6 +137,7 @@ namespace lsp
136
137
[S2C] " o" (sinf_const),
137
138
[LGEN] " o" (kp_gen_const),
138
139
[LC] " o" (lanczos_const),
140
+ [stub] " o" (stub),
139
141
[k] " m" (k),
140
142
[p] " m" (p),
141
143
[a] " m" (a),
You can’t perform that action at this time.
0 commit comments