Skip to content

Commit fda3ba9

Browse files
committed
IntSimdMatrixSSE: Fix comment
Signed-off-by: Stefan Weil <[email protected]>
1 parent 07b1403 commit fda3ba9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/arch/intsimdmatrixsse.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// File: intsindmatrixsse.h
33
// Description: SSE implementation of 8-bit int SIMD matrix multiply.
44
// Author: Ray Smith
5-
// Created: Tue Aug 23 13:58:21 PST 2017
65
//
76
// (C) Copyright 2017, Google Inc.
87
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,7 +21,7 @@
2221

2322
namespace tesseract {
2423

25-
// AVX2 implementation of IntSimdMatrix.
24+
// SSE implementation of IntSimdMatrix.
2625
class IntSimdMatrixSSE : public IntSimdMatrix {
2726
public:
2827
IntSimdMatrixSSE();

0 commit comments

Comments
 (0)