added optimized sgemv_n kernel for haswell

This commit is contained in:
wernsaar
2014-09-06 12:08:48 +02:00
parent 7794237475
commit d143f84dd2
3 changed files with 274 additions and 1 deletions
+2
View File
@@ -35,6 +35,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "sgemv_n_microk_nehalem-4.c"
#elif defined(SANDYBRIDGE)
#include "sgemv_n_microk_sandy-4.c"
#elif defined(HASWELL)
#include "sgemv_n_microk_haswell-4.c"
#endif