File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ BUILD SUCCESSFUL in 1s
51
51
[ build.gradle]
52
52
``` groovy
53
53
dependencies {
54
- implementation "io.github.electrostat-lab:snaploader:1.1.0 -stable"
54
+ implementation "io.github.electrostat-lab:snaploader:1.1.1 -stable"
55
55
}
56
56
```
57
57
[ settings.gradle]
@@ -91,14 +91,13 @@ https://github.com/Electrostat-Lab/jSnapLoader/blob/ac841ca914c1aba82c3bea0dfb31
91
91
- [ Electrostatic4j's Implementation - essentially the same] ( https://github.com/Electrostat-Lab/Electrostatic-Sandbox/blob/master/electrostatic-sandbox-framework/electrostatic4j/electrostatic4j-core/src/main/java/electrostatic4j/util/loader/NativeImageLoader.java )
92
92
93
93
4 ) Extract and load libraries with user-defined fallback routines for anti-loading failure:
94
- > Introduced in 1.1.0-stable.
95
- ``` java
94
+ > Introduced in 1.1.1-stable.
96
95
97
- ```
96
+ https://github.com/Electrostat-Lab/jSnapLoader/blob/39613458ff2abd1ecb34a0f909ed70ec4ced4983/snaploader-examples/src/main/java/electrostatic4j/snaploader/examples/api/NativeDllLoader.java#L52-L302
98
97
99
98
5 ) Load libraries supporting specific CPU features by testing for those ISA Extensions using ` NativeVariant.Cpu.hasExtensions(...) ` :
100
99
> Introduced in 1.1.0-stable.
101
- * See Example:
100
+
102
101
https://github.com/Electrostat-Lab/jSnapLoader/blob/a13f2ee12116f5538ec51b3eae8aaa0c3df634a0/snaploader-examples/src/main/java/electrostatic4j/snaploader/examples/TestCpuFeatures.java#L43-L90
103
102
104
103
## Appendix:
You can’t perform that action at this time.
0 commit comments