This set adds linux/arm64 support to blender. Very little work was needed in blender
itself. Most work was done on building dependencies.
Notable changes for linux-arm64:
- use embree-aarch64 fork (should also work for MAC, but I couldn't test it)
- disable by default usd, ispc, openimagedenoise
changes that affect other architectures:
- update sqlite, tbb, ssl, config.guess in theora
- clear-out pugixml configuration in openimageio
- harvest tbbmalloc_static
Patch was tested on: Linux/arm64, Linux/x86_64 (without UI)