8267237: ARM32: bad AD file in matcher.cpp after 8266810

Reviewed-by: redestad, thartmann
This commit is contained in:
Christoph Göttschkes 2021-05-18 07:30:30 +00:00 committed by Tobias Hartmann
parent 905b41ac6a
commit b60975dd85

@ -139,7 +139,7 @@
// true means we have fast l2f convers
// false means that conversion is done by runtime call
static constexpr bool convL2FSupported(void) {
return true;
return false;
}
#endif // CPU_ARM_MATCHER_ARM_HPP