We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f9d8d commit 01cf740Copy full SHA for 01cf740
src/arch/simddetect.h
@@ -14,6 +14,8 @@
14
// See the License for the specific language governing permissions and
15
// limitations under the License.
16
///////////////////////////////////////////////////////////////////////
17
+#ifndef TESSERACT_ARCH_SIMDDETECT_H_
18
+#define TESSERACT_ARCH_SIMDDETECT_H_
19
20
#include "platform.h"
21
@@ -52,3 +54,5 @@ class SIMDDetect {
52
54
// If true, then SSe4.1 has been detected.
53
55
static TESS_API bool sse_available_;
56
};
57
+
58
+#endif // TESSERACT_ARCH_SIMDDETECT_H_
0 commit comments