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
5151[ build.gradle]
5252``` groovy
5353dependencies {
54- implementation "io.github.electrostat-lab:snaploader:1.1.0 -stable"
54+ implementation "io.github.electrostat-lab:snaploader:1.1.1 -stable"
5555}
5656```
5757[ settings.gradle]
@@ -91,14 +91,13 @@ https://github.com/Electrostat-Lab/jSnapLoader/blob/ac841ca914c1aba82c3bea0dfb31
9191- [ 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 )
9292
93934 ) 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.
9695
97- ```
96+ https://github.com/Electrostat-Lab/jSnapLoader/blob/39613458ff2abd1ecb34a0f909ed70ec4ced4983/snaploader-examples/src/main/java/electrostatic4j/snaploader/examples/api/NativeDllLoader.java#L52-L302
9897
99985 ) Load libraries supporting specific CPU features by testing for those ISA Extensions using ` NativeVariant.Cpu.hasExtensions(...) ` :
10099> Introduced in 1.1.0-stable.
101- * See Example:
100+
102101https://github.com/Electrostat-Lab/jSnapLoader/blob/a13f2ee12116f5538ec51b3eae8aaa0c3df634a0/snaploader-examples/src/main/java/electrostatic4j/snaploader/examples/TestCpuFeatures.java#L43-L90
103102
104103## Appendix:
You can’t perform that action at this time.
0 commit comments