v2.0.0
Notable changes:
- Add
__get_stack_start()
and__iterate_stack_and_get()
which can be used to get the stack start address for the current thread - Add
__is_stfle_available()
which returns if STFLE instruction is available - ZOSLIB will now be built as a shared library by default
- Add
__is_vxf_available()
which returns if the current z arch includes Vector Extension Facility - Add
__is_vef1_available()
which returns if the current z arch includes Vector Enhancements Facility 1 - [MAJOR] New headers zos-bpx.h, zos-char-util.h, zos-io.h, zos-setlibpath.h, zos-tls.h added
Full Changelog: v1.1.0...v2.0.0