We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b713e commit 5882fdfCopy full SHA for 5882fdf
README.md
@@ -58,6 +58,10 @@ You can always tell if your system is limited in this fashion by calling `lbt_ge
58
59
### Version History
60
61
+v3.0.2 - Fix MKL threading interface to use properly-capitalized names to get the C ABI.
62
+
63
+v3.0.1 - Don't `dlclose()` libraries; this can cause crashes due to not knowing when resources are truly freed.
64
65
v3.0.0 - Added `active_forwards` field to `lbt_libinfo_t` and `exported_symbols` to `lbt_config_t`.
66
67
v2.2.0 - Removed useless `exit(1)` in `src/dl_utils.c`.
0 commit comments