Skip to content

Commit d500f04

Browse files
levittepaulidale
authored andcommitted
Add information on the 'ias' port for OpenVMS
Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from openssl#20983)
1 parent d6175dc commit d500f04

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NOTES-VMS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,23 @@ When done, we recommend that you turn that flag back off:
8383

8484
$ set image /flag=nocall_debug [.test]evp_test.exe
8585

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+
86103
Checking the distribution
87104
-------------------------
88105

0 commit comments

Comments
 (0)