Commits
Ralph Giles committed 9e19fe6ffb6
Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h. __GNUC_PREREQ is generally defined by glibc; ecintrin.h was checking to see if it was defined before use for portability to non-glibc systems. However, we now have a fallback definition in arch.h.