configure.ac, base/dispatch.[ch]: CPU-specific implementations.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 18 May 2015 22:21:02 +0000 (23:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 20 Jul 2015 12:54:21 +0000 (13:54 +0100)
commit08e2be29746248898204da1ff23e0629ec29b644
tree14633e76e931ef58604d45d6fba0049b45e019c4
parent6adca914051e868931e44eed57e8e2d253f6f84e
configure.ac, base/dispatch.[ch]: CPU-specific implementations.

We now have the capability for a function to have multiple CPU-specific
implementations, and to choose the most appropriate one at runtime.

The new `cpu_feature_p' function doesn't understand much in the way of
features yet, but is ready to grow later.
base/Makefile.am
base/dispatch.c [new file with mode: 0644]
base/dispatch.h [new file with mode: 0644]
configure.ac