v2024.09.09
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