mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
configure: Enable matrix type support for clang-11+.
This commit is contained in:
parent
14662b51ce
commit
b1d6defd5a
1 changed files with 6 additions and 0 deletions
|
@ -759,6 +759,12 @@ AM_COND_IF([GCC],
|
|||
RB_VAR_PREPEND([CXXFLAGS], ["-flax-vector-conversions"])
|
||||
])
|
||||
|
||||
dnl Enables matrix_type attribute for vectors of vectors etc
|
||||
AM_COND_IF([CLANG11],
|
||||
[
|
||||
RB_VAR_PREPEND([CXXFLAGS], ["-fenable-matrix"])
|
||||
])
|
||||
|
||||
dnl
|
||||
dnl Machine Tuning
|
||||
dnl
|
||||
|
|
Loading…
Reference in a new issue