summaryrefslogtreecommitdiff
path: root/fitz/base_cpudep.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/base_cpudep.c')
-rw-r--r--fitz/base_cpudep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fitz/base_cpudep.c b/fitz/base_cpudep.c
index 9dcaa1cc..e9956bd2 100644
--- a/fitz/base_cpudep.c
+++ b/fitz/base_cpudep.c
@@ -98,7 +98,7 @@ static const featuretest features[] = {
{ mmxext, HAVE_MMXEXT, "mmxext" },
{ sse, HAVE_SSE, "sse" },
{ sse2, HAVE_SSE2, "sse2" },
-/* { sse3, HAVE_SSE3, "sse3" }, */
+ /* { sse3, HAVE_SSE3, "sse3" }, */
#ifdef ARCH_X86_64
{ amd64, HAVE_AMD64, "amd64" }
#endif
@@ -266,7 +266,7 @@ void fz_cpudetect(void)
/*
static __attribute__((constructor, used)) void fzcpudetect(void)
{
- fz_cpudetect();
+fz_cpudetect();
}
*/