Replace instances of EIGEN_CONSTEXPR macro
Macros.h just defines it to constexpr. BFloat16.h and Half.h were left alone since they redefine the macro. The inline keyword was removed from constexpr functions since they're already implicitly inline.
Edited by Tyler Veness