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 15, 2024
1 parent cc24bf9 commit ba2e427
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, when targeting the Microsoft C runtime, supports a subset of the intrinsics recognised by the MSVC compiler.

When targeting the Microsoft C runtime (when the CRuntime_Microsoft version identifier is defined),
ImportC now supports most of [the 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).

0 comments on commit ba2e427

Please sign in to comment.