Skip to content

Commit

Permalink
IFT Library: Add support for ARM64 Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Dec 12, 2023
1 parent 6cb8405 commit 87ef7eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Releases/1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Version 1.6.0

### Plotter

- Add support to print IFT value in ARM 64 version of Linux
2 changes: 1 addition & 1 deletion icolyzer/iftlibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class IFTLibrary:
"""Wrapper for IFT figure of merit (FOM) library"""

system_machine_to_lib = {
"Linux": {"x86_64": "libift-x64.so"},
"Linux": {"aarch64": "libift-arm64.so", "x86_64": "libift-x64.so"},
"Darwin": {"arm64": "libift.dylib", "x86_64": "libift.dylib"},
"Windows": {"AMD64": "ift.dll"},
}
Expand Down
Binary file added icolyzer/libift-arm64.so
Binary file not shown.

0 comments on commit 87ef7eb

Please sign in to comment.