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 8b084a1 commit 644071bCopy full SHA for 644071b
benchmarks/benchmark-others/bigarrays/bench.ml
@@ -4,7 +4,10 @@ let deltay = 40_000. /. 360. /. 3600. *. 1000.
4
5
let deltax = deltay *. cos (44. *. pi /. 180.)
6
7
-let precompute tile_height tile_width tile =
+let precompute
8
+ tile_height
9
+ tile_width
10
+ (tile : (float, Bigarray.float32_elt, Bigarray.c_layout) Bigarray.Array2.t) =
11
let normals =
12
Bigarray.(Array3.create Int8_signed C_layout) (tile_height - 2) (tile_width - 2) 3
13
in
0 commit comments