mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix compilation with GCC/AVX (workaround __m128 and __m256 being the same type with default ABI)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace internal {
|
||||
// One solution is to increase ABI version using -fabi-version=4 (or greater).
|
||||
// To workaround this inconvenince, we rather wrap 128bit types into the following helper
|
||||
// structure:
|
||||
// TODO disable this wrapper if abi-versio>=4, but to detect that without asking the user to define a macro?
|
||||
// TODO disable this wrapper if abi-versio>=4, but how to detect that without asking the user to define a macro?
|
||||
template<typename T>
|
||||
struct eigen_packet_wrapper
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user