This is only a problem on ARM hosts, but it breaks the build for
them (unsurprisingly). For some reason, the test machinery I used
before committing the broken code came up with a slightly different
host-platform name which the configure script didn't recognize, so the
test environment didn't try to compile the broken code.
#endif
#ifdef CAPMAP
# define FEATP__CASE(feat, tok) \
#endif
#ifdef CAPMAP
# define FEATP__CASE(feat, tok) \
- CASE_CPUFEAT(feat, tok, get_hwcaps & HF_##feat)
+ CASE_CPUFEAT(feat, tok, get_hwcaps() & HF_##feat)
CAPMAP(FEATP__CASE)
#undef FEATP__CASE
#endif
CAPMAP(FEATP__CASE)
#undef FEATP__CASE
#endif