Searched hist:121687 (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dxmmintrin.hdiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
H A Di386.optdiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
H A Dsse.mddiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
H A Dtmmintrin.h219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
H A Di386.mddiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
H A Di386.hdiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
H A Di386.cdiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
/freebsd-11.0-release/contrib/gcc/doc/
H A Dgcc.1diff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
H A Dextend.texidiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
H A Dinvoke.texidiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
/freebsd-11.0-release/contrib/gcc/
H A Dconfig.gccdiff 219639 Mon Mar 14 13:37:46 MDT 2011 mm Backport SSSE3 instruction set support to base gcc.
Enabled by default for -march=core2

Obtained from: gcc 4.3 (rev. 117958, 121687, 121726, 123639; GPLv2)
MFC after: 2 weeks
/freebsd-11.0-release/sys/dev/hatm/
H A Dif_hatm_tx.cdiff 121687 Wed Oct 29 15:15:19 MST 2003 harti Allow sending of more than one raw cell from a single mbuf. Only the
very first cell in the mbuf should have a cell header word (of which
everything except the payload type and the CLP bit is ignored). All
other cells should be 48 byte and get the same header as the first cell.

This fixes a problem with sending more than 120000 raw cells/sec through
an HE155. The card seems to need 2 cell times to DMA the transmit buffer
ready queue entry and the transmit buffer descriptor so at 1/3 the
link rate the transmit buffer ready queue starts to fill up. Even with this
patch it's obviously impossible to send raw cells at link rate.

Completed in 309 milliseconds