We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb88b5 commit fa98e45Copy full SHA for fa98e45
CHANGELOG.md
@@ -26,10 +26,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
- Fix type mnemonic parsing in fallback parser.
27
- Fix endian.h to include machine/endian.h on OpenBSD releases before 5.6.
28
- Fix use after free on buffer resize.
29
+- Fix parsing of numeric protocols in WKS RRs.
30
+- Make devclean target depend on realclean target.
31
+- Fix detection of AVX2 support by checking generic AVX support by the
32
+ processor and operating system (#222).
33
34
### Changed
35
36
- Make relative includes relative to current working directory.
37
+- Split Autoconf and CMake compiler tests for supported SIMD instructions.
38
39
## [0.1.0] - 2024-04-16
40
0 commit comments