Skip to content

Commit

Permalink
Add a changelog entry for ImportC supporting some of MSVC's intrinsics.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-harry committed Apr 21, 2024
1 parent 3f7788e commit 5878242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog/druntime.importc-initial-msvc-intrinsics.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ImportC implements all but three of the MSVC intrinsics [listed here](https://web.archive.org/web/20240412171516/https://learn.microsoft.com/en-ie/cpp/intrinsics/alphabetical-listing-of-intrinsic-functions?view=msvc-170), and a handful of undocumented intrinsics.

ImportC now implements all but three of the MSVC intrinsics [listed here](https://web.archive.org/web/20240412171516/https://learn.microsoft.com/en-ie/cpp/intrinsics/alphabetical-listing-of-intrinsic-functions?view=msvc-170), and a handful of undocumented intrinsics.
The MSVC intrinsics are available when targeting the Microsoft C runtime (that is, when the `CRuntime_Microsoft` version identifier is defined).

0 comments on commit 5878242

Please sign in to comment.