File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,23 @@ When done, we recommend that you turn that flag back off:
83
83
84
84
$ set image /flag=nocall_debug [.test]evp_test.exe
85
85
86
+ About assembler acceleration
87
+ ----------------------------
88
+
89
+ OpenSSL has assembler acceleration for a number of BIGNUM and crypto
90
+ routines. The VMS config targets tries to look for a selection of
91
+ assemblers and will use what they find. If none of the assemblers are
92
+ found, OpenSSL will be built as if ` no-asm ` was configured.
93
+
94
+ ### For Itanium / IA64 / I64
95
+
96
+ - There is only one assembler, a port of Intel's ` ias ` , found in the
97
+ HP Open Source Tools CD, available through [ DECUSlib] ( http://www.decuslib.com ) .
98
+ It's assumed to be set up as per the instructions, where ` disk ` and
99
+ ` dir ` are expected to be adapted to local conditions:
100
+
101
+ $ ias :== $disk:[dir]iasi64.exe
102
+
86
103
Checking the distribution
87
104
-------------------------
88
105
You can’t perform that action at this time.
0 commit comments