Skip to content

Commit

Permalink
imp - prt - libdxhelper supports ARM64 (SP.N)
Browse files Browse the repository at this point in the history
---

We've added an ARM64 DLL file for the libdxhelper native library to the SP.N library.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 2/2
  • Loading branch information
AptiviCEO committed Aug 11, 2024
1 parent 52bfd38 commit be0439c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SpecProbe.Native/Initializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ internal static void InitializeNative()
libManager = new LibraryManager(
new LibraryItem(Platform.Windows, Architecture.X64,
new LibraryFile(libPath), new LibraryFile(libDxPath)),
new LibraryItem(Platform.Windows, Architecture.Arm64,
new LibraryFile(libDxPath)),
new LibraryItem(Platform.MacOS, Architecture.X64,
new LibraryFile(libPath)),
new LibraryItem(Platform.Linux, Architecture.X64,
Expand Down
Binary file not shown.

0 comments on commit be0439c

Please sign in to comment.