google / gemmlowp

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

Fix the type to avoid comparison of integers of different signs. #187

Closed multiverse-tf closed 5 years ago

multiverse-tf commented 5 years ago

Fix the type to avoid comparison of integers of different signs. The compiling error is reported when "-Wsign-compared" is added.