Skip to content

v2.0.0

Compare
Choose a tag to compare
@zsw007 zsw007 released this 02 Feb 18:40
b83c8ed

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