Package: libdispatch / 0~svn197-3.1

Metadata

Package Version Patches format
libdispatch 0~svn197-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
libdispatch r197_v2.patch | (download)

configure.ac | 2 1 + 1 - 0 !
m4/private-extern.m4 | 10 9 + 1 - 0 !
src/queue.c | 42 35 + 7 - 0 !
3 files changed, 45 insertions(+), 9 deletions(-)

---
disable_dispatch_read.patch | (download)

testing/dispatch_read.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable the dispatch_read unit test which needs libkqueue 2.0a
avoid mfence on i386.patch | (download)

src/hw_shims.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix use sse2 instructions in i386. 
libdispatch0 uses SSE2 instructions ("MFENCE") which are not available on a Pentium 3. This patch fix this problem.
Bug-Debian: http://bugs.debian.org/660806