-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48e22a1
commit 5e05651
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 6.0.4 | ||
|
||
#### Fixed | ||
|
||
- Clang 19 compatibility fix | ||
|
||
## 6.0.3 | ||
|
||
#### Changed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Known bugs and limitations | ||
|
||
| Compiler | Architecture | ISA | Description | ||
| - | - | - | - | | ||
| Visual Studio | x86/x86_64 | < SSE2 | Not supported, SSE2 is required | | ||
| GCC | x86/x86_64 | < SSE2 | Not supported, SSE2 is required | | ||
| Visual Studio 2022 | x86_64 | AVX512 | Internal Compiler Error (sometimes) | | ||
| Clang 14 | x86/x86_64 | Generic | Code generation bug in Clang | | ||
| GCC 12 | x86/x86_64 | AVX512 | Code generation bug in GCC | | ||
| Clang 10 | ARM, ARM64 | | Code generation bug in Clang https://github.com/kfrlib/kfr/issues/112 | | ||
| Clang 13+ | ARM, ARM64 | | Code generation bug in Clang in `kfr::exp` | | ||
| Compiler | Architecture | ISA | Description | | ||
|--------------------|--------------|---------|-----------------------------------------------------------------------| | ||
| Visual Studio | x86/x86_64 | < SSE2 | Not supported, SSE2 is required | | ||
| GCC | x86/x86_64 | < SSE2 | Not supported, SSE2 is required | | ||
| Visual Studio 2022 | x86_64 | AVX512 | Internal Compiler Error (sometimes) | | ||
| Clang 14 | x86/x86_64 | Generic | Code generation bug in Clang | | ||
| GCC 12 | x86/x86_64 | AVX512 | Code generation bug in GCC | | ||
| Clang 10 | ARM, ARM64 | | Code generation bug in Clang https://github.com/kfrlib/kfr/issues/112 | | ||
| Clang 13+ | ARM, ARM64 | | Code generation bug in Clang in `kfr::exp` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters