I think I understand this issue now. In the various toom functions, we suppress tests for recursive calls which cannot happen when each function is invoked for the intended range. These things are controlled by the relative TOOM threshold. This makes tune/speed measurements look bad, but performance inside the library are good. -- Torbjörn