Skip to content

v2024.09.09

Compare
Choose a tag to compare
@marjevan marjevan released this 12 Sep 08:55
· 2 commits to main since this release
b86dd50

General:

  • Set the default security build level to 2, enabling the build of a more secure C library by default. If needed, users can lower the security level using the --security-level=1 build option.

Add:

  • Add AVX10/256 VL-ignored (Neither SAE nor Embedded-RC behavior) instructions.
  • Add ENC2 support for AVX10/256VL Embedded-RC instructions.

Fix:

  • Fix potential buffer overflow in ILD (resolves #331)
  • Resolve Python 3.12 Regex syntax warnings.

Full Changelog: v2024.08.15...v2024.09.09