Commit a1a5bae
authored
Enable JAVA API build for LoongArch64 (microsoft#25694)
### Description
- Trivial changes to support LoongArch Java API build
### Motivation and Context
- ONNX Runtime already supports LoongArch, but the Java API requires
some trivial changes to enable it.1 parent 2c60106 commit a1a5bae
File tree
2 files changed
+4
-0
lines changed- cmake
- java/src/main/java/ai/onnxruntime
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
| |||
0 commit comments