mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* implement slice vectorization. Because it uses unaligned
packet access, it is not certain that it will bring a performance improvement: benchmarking needed. * improve logic choosing slice vectorization. * fix typo in SSE packet math, causing crash in unaligned case. * fix bug in Product, causing crash in unaligned case. * add TEST_SSE3 CMake option.
This commit is contained in:
@@ -11,7 +11,7 @@ ENDIF(CMAKE_COMPILER_IS_GNUCXX)
|
||||
|
||||
OPTION(EIGEN_NO_ASSERTION_CHECKING "Disable checking of assertions" OFF)
|
||||
|
||||
# similar to SET_TARGET_PROPERTIES but append the property instead of overwritting it
|
||||
# similar to SET_TARGET_PROPERTIES but append the property instead of overwriting it
|
||||
MACRO(EI_ADD_TARGET_PROPERTY target prop value)
|
||||
|
||||
GET_TARGET_PROPERTY(previous ${target} ${prop})
|
||||
|
||||
Reference in New Issue
Block a user