From 95c20bc6aece97adee9adc812fc8ac29a52552f3 Mon Sep 17 00:00:00 2001 From: Fabrice Le Fessant Date: Tue, 6 Nov 2012 17:03:34 +0000 Subject: PR#5762: Add primitives for fast access to bigarray dimensions git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13069 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- bytecomp/lambda.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bytecomp/lambda.mli') diff --git a/bytecomp/lambda.mli b/bytecomp/lambda.mli index 540fe2f1c..af2a9e6f1 100644 --- a/bytecomp/lambda.mli +++ b/bytecomp/lambda.mli @@ -84,6 +84,8 @@ type primitive = (* Operations on big arrays: (unsafe, #dimensions, kind, layout) *) | Pbigarrayref of bool * int * bigarray_kind * bigarray_layout | Pbigarrayset of bool * int * bigarray_kind * bigarray_layout + (* size of the nth dimension of a big array *) + | Pbigarraydim of int and comparison = Ceq | Cneq | Clt | Cgt | Cle | Cge -- cgit v1.2.3-70-g09d2