google / gemmlowp

Low-precision matrix multiplication
Apache License 2.0
1.78k stars 451 forks source link

MIPS: Add output stage casting to int16 #125

Closed alexfru closed 6 years ago

alexfru commented 6 years ago

This fixes test build break.

This also introduces a workaround for broken intrinsic __builtin_msa_maddv_w() in gcc.

bjacob commented 6 years ago

Sorry about the breakage and thanks for the quick fix!