Prepare CbmRoot for Apple arm64
Changes to allow to compile CbmRoot also on arm64. Most of the code compiles without problems but the code tweaked for Intel SSE instructions must be adapted.
After the change in L1 to use VC most of the problems are gone. The only leftover is to compile L1 in nay case even if SSE isn't supported. In that case VC use the scalar option.
Edited by Florian Uhlig