mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 12:19:12 +08:00
Don't put a command at the end of an enumerator list
This commit is contained in:
parent
e49945ced4
commit
aa1ba8bbd2
@ -248,7 +248,7 @@ struct functor_traits<scalar_exp_op<Scalar> > {
|
|||||||
// double: 7 pmadd, 5 pmul, 3 padd/psub, 1 div, 13 other
|
// double: 7 pmadd, 5 pmul, 3 padd/psub, 1 div, 13 other
|
||||||
: (14 * NumTraits<Scalar>::AddCost +
|
: (14 * NumTraits<Scalar>::AddCost +
|
||||||
6 * NumTraits<Scalar>::MulCost +
|
6 * NumTraits<Scalar>::MulCost +
|
||||||
NumTraits<Scalar>::template Div<packet_traits<Scalar>::HasDiv>::Cost)),
|
NumTraits<Scalar>::template Div<packet_traits<Scalar>::HasDiv>::Cost))
|
||||||
#else
|
#else
|
||||||
Cost =
|
Cost =
|
||||||
(sizeof(Scalar) == 4
|
(sizeof(Scalar) == 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user