export JULIA_CPU_TARGET="generic;armv8.2-a;apple-m1,clone_all"
if (($(getconf PAGESIZE) * $(getconf _PHYS_PAGES) > 100000000000)); then
  export JULIA_PRECOMPILE_NPROCESS=$(nproc)
else
  export JULIA_PRECOMPILE_NPROCESS=3
fi
