Skip to content

Commit

Permalink
KFR 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Oct 28, 2024
1 parent 48e22a1 commit 5e05651
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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
Expand Down
18 changes: 9 additions & 9 deletions KNOWNBUGS.md
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` |
2 changes: 1 addition & 1 deletion include/kfr/kfr.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#define KFR_VERSION_MAJOR 6
#define KFR_VERSION_MINOR 0
#define KFR_VERSION_PATCH 3
#define KFR_VERSION_PATCH 4
#define KFR_VERSION_LABEL ""

#define KFR_VERSION_STRING \
Expand Down

0 comments on commit 5e05651

Please sign in to comment.