Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the OpenVMS differences between VAX and AXP?

axp differences OpenVMS Vax
0
Posted

What are the OpenVMS differences between VAX and AXP?

1

Very few. As of OpenVMS V6.1, the VAX and AXP platforms are very close to “feature parity”. Most applications can just be recompiled and run. Some differences to be aware of: • The default double-precision floating type on OpenVMS AXP is VAX G_float, whereas on VAX it is usually D_float. D_float is available on AXP, but D_float values are converted to G_float for computations and then converted back to D_float when stored. Because the G_float type has three fewer fraction bits than D_float, some applications may get different results. IEEE float types are also available on OpenVMS AXP. • Data alignment is extremely important for best performance on AXP. This means that data items should be allocated at addresses which are exact multiples of their sizes. Quadword alignment will offer the best performance, especially for character values and those smaller than 32 bits. Compilers will naturally align variables where they can and will issue warnings if they detect unaligned data items. • D

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123