Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remap: init the do_remap function to NULL | Wim Taymans | 2009-08-20 | 1 | -2/+4 |
| | |||||
* | remap: allow specialisations to install NULL | Wim Taymans | 2009-08-20 | 1 | -0/+5 |
| | | | | | Fallback to the default C implementation when the remap init function did not set a function. | ||||
* | remap: move remapping code in separate file | Wim Taymans | 2009-08-20 | 1 | -0/+197 |
Move the remapping code into a separate file. Have functions to install custom init functions that can install optimized versions, when they want. |