mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-16 13:45:58 +08:00
remove accidentally pasted code
This commit is contained in:
parent
62f9093b31
commit
6ed7a7281c
@ -236,11 +236,6 @@ Packet2d pexp<Packet2d>(const Packet2d& _x)
|
|||||||
{
|
{
|
||||||
Packet2d x = _x;
|
Packet2d x = _x;
|
||||||
|
|
||||||
emm0 = _mm_add_epi32(emm0, p4i_1023_0);
|
|
||||||
emm0 = _mm_slli_epi32(emm0, 20);
|
|
||||||
emm0 = _mm_shuffle_epi32(emm0, _MM_SHUFFLE(1,2,0,3));
|
|
||||||
return pmax(pmul(x, Packet2d(_mm_castsi128_pd(emm0))), _x);
|
|
||||||
|
|
||||||
Packet2d tmp, fx;
|
Packet2d tmp, fx;
|
||||||
Packet2l emm0;
|
Packet2l emm0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user