cpu-x86: add cpu detection code and helpers

Add CPU detection code and various macros and typdefs to make it easier to write
64 and 32 bit code.
This commit is contained in:
Wim Taymans 2009-08-13 17:11:43 +02:00
parent 5998cf99b0
commit a83f5524fb
3 changed files with 184 additions and 0 deletions

View file

@ -825,6 +825,7 @@ libpulsecore_@PA_MAJORMINORMICRO@_la_SOURCES = \
pulsecore/resampler.c pulsecore/resampler.h \
pulsecore/rtpoll.c pulsecore/rtpoll.h \
pulsecore/sample-util.c pulsecore/sample-util.h \
pulsecore/cpu-x86.c \
pulsecore/svolume_c.c \
pulsecore/svolume_mmx.c pulsecore/svolume_sse.c \
pulsecore/sconv-s16be.c pulsecore/sconv-s16be.h \