Function to query FFT engine

It would be good to be able to query which FFT engine is in use. This came up for me when trying to get IPP working on Windows with a CMake-built project. Not the most straightforward task as it turns out. If there was a way to do an assert that the IPP engine is available to and/or usable by JUCE that would be fantastic. I could see this being a static check or a runtime check or both.