mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
#elif -> #else to fix GPU build.
This commit is contained in:
parent
8a02883d58
commit
47d8b741b2
@ -53,7 +53,7 @@
|
|||||||
// GPU code is always vectorized and requires memory alignment for
|
// GPU code is always vectorized and requires memory alignment for
|
||||||
// statically allocated buffers.
|
// statically allocated buffers.
|
||||||
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 16
|
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 16
|
||||||
#elif
|
#else
|
||||||
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 0
|
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 0
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__AVX512F__)
|
#elif defined(__AVX512F__)
|
||||||
|
Loading…
Reference in New Issue
Block a user