#=== ERROR while compiling mirage-crypto.0.8.10 ===============================#
# context 2.0.8 | macos/x86_64 | ocaml-base-compiler.4.11.1 | https://opam.ocaml.org#bea00a33
# path ~/.opam/default/.opam-switch/build/mirage-crypto.0.8.10
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p mirage-crypto -j 1
# exit-code 1
# env-file ~/.opam/log/mirage-crypto-14413-4519e5.env
# output-file ~/.opam/log/mirage-crypto-14413-4519e5.out
### output ###
# [...]
# struct _mc_cpu_features mc_detected_cpu_features = { 0 };
# ^
# native/detect_cpu_features.c:18:13: error: use of undeclared identifier 'bit_PCLMUL'
# if (ecx & bit_PCLMUL)
# ^
# native/detect_cpu_features.c:22:13: error: use of undeclared identifier 'bit_AES'
# if (ecx & bit_AES)
# ^
# native/detect_cpu_features.c:29:15: error: use of undeclared identifier 'bit_RDSEED'
# if (ebx & bit_RDSEED)
# ^
# 1 warning and 3 errors generated.