Skip to content

Prepare CbmRoot for Apple arm64

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_apple_silicon into master

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

Merge request reports