mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
doc: Add notes on reentrancy and threading
Fixes #249 Change-Id: Id56464436aeeb2c16bab2cbc0efeb4fded80dc4f Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
e1e0df6c7e
commit
e53db85631
@ -183,6 +183,13 @@ platform features. All functions also have base functions, written in portable
|
|||||||
C, which the multibinary function will call if none of the required instruction
|
C, which the multibinary function will call if none of the required instruction
|
||||||
sets are enabled.
|
sets are enabled.
|
||||||
|
|
||||||
|
### Threading
|
||||||
|
|
||||||
|
All ISA-L library functions are single threaded but reentrant and thread-safe
|
||||||
|
making it easy for users to incorporate with any threading library. The igzip
|
||||||
|
command line utility has threaded compression but not built by default. To add
|
||||||
|
to an automake build do `$ make D="-DHAVE_THREADS"`.
|
||||||
|
|
||||||
### Included Tests and Utilities
|
### Included Tests and Utilities
|
||||||
|
|
||||||
ISA-L source [repo] includes unit tests, performance tests and other utilities.
|
ISA-L source [repo] includes unit tests, performance tests and other utilities.
|
||||||
|
Loading…
Reference in New Issue
Block a user