Skip to content

Commit

Permalink
Analyzer: Add support for ARM64 version of Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Dec 12, 2023
1 parent 43c87c9 commit 3a138ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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 3a138ae

Please sign in to comment.