You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- netbsd and dragonfly are slow to upgrade system compiler versions
- they lack support for preprocessor tests like `__has_builtin`
- yet they have support for popcount, ctz, clz
- for now, just assume __builtin_{clz,ctz,popcount} is available
- tests for these builtins are going to be important wrt other archs
*** THIS IS TEMPORARY AND A BETTER SOLUTION IS NEEDED ***
0 commit comments