Skip to content

Commit

Permalink
Add RISC-V and Windows on ARM to ANNOUNCE
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Jan 1, 2024
1 parent 4c369f0 commit 8b43658
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ANNOUNCE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ programs.

Highlights of this release include:

- Initial support for RISC-V 64-bit (rv64) including an architecture-specific
objc_msgSend, and block trampoline implementation. Please note that
double-precision floating-point support (rv64d) is required for the
objc_msgSend implementation.
- Initial support for Windows on ARM64 with fast-path objc_msgSend.
- Numerous improvements to the Objective-C++ exception interoperation code.
The runtime now dynamically detects whether the libcxxrt, libsupc++, or
libc++abi variant of the Itanium C++ Exception ABI is being used. This is
Expand Down

0 comments on commit 8b43658

Please sign in to comment.