Commit 8b0a6c4f authored by Rafaël Carré's avatar Rafaël Carré

Replace a not space blank character

parent 73c88a2e
......@@ -313,7 +313,7 @@ const struct
{ CPU_CAPABILITY_SSE, "sse" },
#endif
#if defined (__ppc__) || defined (__ppc64__) || defined (__powerpc__)
{ CPU_CAPABILITY_ALTIVEC, "altivec" },
{ CPU_CAPABILITY_ALTIVEC, "altivec" },
#endif
#if defined (__arm__)
{ CPU_CAPABILITY_NEON, "arm_neon" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment