File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/tech/v3/dataset/reductions Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 153153 :jdk-11
154154 {:jvm-opts [" --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED" ]}
155155 :jdk-17
156+ {:jvm-opts [" --add-modules" " jdk.incubator.foreign,jdk.incubator.vector"
157+ " --enable-native-access=ALL-UNNAMED"
158+ " --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED"
159+ " --add-opens=java.base/sun.nio.ch=ALL-UNNAMED" ]}
160+ :jdk-21
156161 {:jvm-opts [" --add-modules" " jdk.incubator.foreign,jdk.incubator.vector"
157162 " --enable-native-access=ALL-UNNAMED"
158163 " --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED"
Original file line number Diff line number Diff line change 4747 (reify
4848 hamf-proto/Reducer
4949 (->init-val-fn [r] init-fn)
50- (->rfn [r] (hamf-rf/double -accumulator
50+ (->rfn [r] (hamf-rf/long -accumulator
5151 acc v (.invokePrim rfn acc (.readDouble col v))))
5252 hamf-proto/ParallelReducer
5353 (->merge-fn [r] merge-fn)))
You can’t perform that action at this time.
0 commit comments