For c6000 CGT 7.0.x is there a list of functions that get excluded from the cache aware layout tool? For example I've seen cache thrashing due to the floating point division routine (_divf). Is this one of the excluded functions? In this case we are actually trying to use the fastrts version though I believe it's being excluded regardless. Is that correct? Is there any way to include it again (or to include the fastrts version)? What's the mechanism used to exclude functions?