https://github.com/leo-project/isa-l
The Intel Intelligent Storage Acceleration Library (Intel ISA-L) Open Source Version. Original code: https://01.org/intel®-storage-acceleration-library-open-source-version/downloads
https://github.com/leo-project/isa-l
Last synced: 2 months ago
JSON representation
The Intel Intelligent Storage Acceleration Library (Intel ISA-L) Open Source Version. Original code: https://01.org/intel®-storage-acceleration-library-open-source-version/downloads
- Host: GitHub
- URL: https://github.com/leo-project/isa-l
- Owner: leo-project
- Created: 2015-10-11T09:56:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T01:17:49.000Z (over 9 years ago)
- Last Synced: 2024-12-31T03:27:28.865Z (4 months ago)
- Language: C
- Homepage:
- Size: 645 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
=================================================
Intel(R) Intelligent Storage Acceleration Library
=================================================Build Prerequisites
===================ISA-L requires yasm version 1.2 or later.
Building ISA-L
==============To build and install the library it is usually sufficient to run the following.
./configure
make
sudo make installOther targets include: make check, make tests and make perfs.