We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b1403 commit fda3ba9Copy full SHA for fda3ba9
src/arch/intsimdmatrixsse.h
@@ -2,7 +2,6 @@
2
// File: intsindmatrixsse.h
3
// Description: SSE implementation of 8-bit int SIMD matrix multiply.
4
// Author: Ray Smith
5
-// Created: Tue Aug 23 13:58:21 PST 2017
6
//
7
// (C) Copyright 2017, Google Inc.
8
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,7 +21,7 @@
22
21
23
namespace tesseract {
24
25
-// AVX2 implementation of IntSimdMatrix.
+// SSE implementation of IntSimdMatrix.
26
class IntSimdMatrixSSE : public IntSimdMatrix {
27
public:
28
IntSimdMatrixSSE();
0 commit comments