blis icon indicating copy to clipboard operation
blis copied to clipboard

Better compiler vendor detection

Open devinamatthews opened this issue 3 years ago • 0 comments

The autoconf macro ax_compiler_vendor provides an arguably better way to determine the compiler vendor, since it doesn't depend on the vagaries of compiler version strings (although it does require running the compiler). A similar technique could be implemented in configure even though it's not autoconf-based.

Credit to @marcinz for the suggestion via https://github.com/devinamatthews/tblis/issues/46.

devinamatthews avatar Apr 22 '22 20:04 devinamatthews