Skip to content
Snippets Groups Projects
Commit 44720a6d authored by Administrator's avatar Administrator Committed by Sergey Gorbunov
Browse files

Compile L1 also without SSE support

Since L1 now uses VC the code can also be compiled if SSE isn't available.
In this case VC will fallback to scalar.
parent bfcd018f
No related branches found
No related tags found
1 merge request!905Prepare CbmRoot for Apple arm64
Pipeline #19164 passed
...@@ -8,13 +8,6 @@ ...@@ -8,13 +8,6 @@
# L1 defines # L1 defines
ADD_DEFINITIONS(-DDO_TPCCATRACKER_EFF_PERFORMANCE -DNonhomogeneousField -DCBM -DUSE_TIMERS) ADD_DEFINITIONS(-DDO_TPCCATRACKER_EFF_PERFORMANCE -DNonhomogeneousField -DCBM -DUSE_TIMERS)
IF(SSE_FOUND)
ADD_DEFINITIONS(-DHAVE_SSE)
Message(STATUS "L1 will be compiled with SSE support")
ELSE(SSE_FOUND)
Message(FATAL_ERROR "L1 can not be compiled without SSE support")
ENDIF(SSE_FOUND)
Set(INCLUDE_DIRECTORIES Set(INCLUDE_DIRECTORIES
${CBMROOT_SOURCE_DIR}/algo/ca ${CBMROOT_SOURCE_DIR}/algo/ca
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment