diff options
| author | Brian Campbell | 2018-01-29 16:10:03 +0000 |
|---|---|---|
| committer | Brian Campbell | 2018-01-29 16:55:45 +0000 |
| commit | ebe835cb795a2ebaa06cdb4880b80fdd1d981a56 (patch) | |
| tree | 8d496e42af4ecbae61edbec5e6caa6ee7a55550e /src | |
| parent | b5df5e96d1e878121e64ba7e6a2669efe1b710e7 (diff) | |
Set maximum split size to work with aarch64 no vector
Diffstat (limited to 'src')
| -rw-r--r-- | src/monomorphise.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monomorphise.ml b/src/monomorphise.ml index 0baaf139..4a075a15 100644 --- a/src/monomorphise.ml +++ b/src/monomorphise.ml @@ -54,7 +54,7 @@ open Ast_util module Big_int = Nat_big_num open Type_check -let size_set_limit = 16 +let size_set_limit = 32 let optmap v f = match v with |
