File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 12041204
12051205 # above map() describes stack layout with 5 temporary
12061206 # 256-bit vectors on top, then we take extra word for
1207- # OPENSS_ia32cap_P copy.
1207+ # OPENSSL_ia32cap_P copy.
12081208 &stack_push(8*5+1);
12091209 if ($sse2 ) {
12101210 &call (" _picup_eax" );
13541354 # above map() describes stack layout with 18 temporary
13551355 # 256-bit vectors on top, then we take extra words for
13561356 # !in1infty, !in2infty, result of check for zero and
1357- # OPENSS_ia32cap_P copy. [one unused word for padding]
1357+ # OPENSSL_ia32cap_P copy. [one unused word for padding]
13581358 &stack_push(8*18+5);
13591359 if ($sse2 ) {
13601360 &call (" _picup_eax" );
16271627
16281628 # above map() describes stack layout with 15 temporary
16291629 # 256-bit vectors on top, then we take extra words for
1630- # !in1infty, !in2infty, and OPENSS_ia32cap_P copy.
1630+ # !in1infty, !in2infty, and OPENSSL_ia32cap_P copy.
16311631 &stack_push(8*15+3);
16321632 if ($sse2 ) {
16331633 &call (" _picup_eax" );
You can’t perform that action at this time.
0 commit comments