Am Mon, 04 Apr 2016 18:35:26 +0000 schrieb 9il <ilyayaroshe...@gmail.com>:
> @attribute("target", "+sse4")) would not work well for BLAS. BLAS > needs compile time constants. This is very important because BLAS > can be 95% portable, so I just need to write a code that would be > optimized very well by compiler. --Ilya It's just for the case where you want a generic executable with a generic and a specialized code path. I didn't mean this to be exclusively used without compile-time information about target features. -- Marco