Skip to content

Commit f62bfaa

Browse files
authored
Merge pull request #3312 from martin-frbg/revert_3260
Temporarily disable the SkylakeX sgemv_t microkernel
2 parents d947116 + 5b4b385 commit f62bfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/sgemv_t_4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
#include "sgemv_t_microk_haswell-4.c"
3939
#elif defined (SKYLAKEX) || defined (COOPERLAKE)
4040
#include "sgemv_t_microk_haswell-4.c"
41-
#include "sgemv_t_microk_skylakex.c"
41+
/*#include "sgemv_t_microk_skylakex.c"*/
4242
#endif
4343

4444
#if defined(STEAMROLLER) || defined(EXCAVATOR)

0 commit comments

Comments
 (0)