SIMDWrapper.h - faster_atan2 picks up select from include/sys/select.h
The function faster_atan2 in the SIMDWrapper.h file picks up the wrong select.
It takes the select from /usr/include/sys/select.h instead of the select from SIMDWrapper.h with SIMDWrapper::scalar::mask_v.select().
I run into the issue with calling F.PHI from Moore.
Here the relevant log:
Moore.log
I had a similar issue with F.ETA which was fixed with !4993 (closed) by @jonrob.