See this arbitrary macOS Travis job: https://travis-ci.org/github/bitcoin/bitcoin/jobs/702283632#L521
Somehow AC_CHECK_DECLS doesn't work for builtins for clang (it does work for GCC).
However, __builtin_prefetch (which is detected using AC_COMPILE_IFELSE) does work.