Fix typo in SSE2 attributes string.

This commit is contained in:
Matt Pharr
2011-08-27 08:59:25 -07:00
parent bbf3fb6307
commit da76396c75

View File

@@ -126,7 +126,7 @@ Target::GetTarget(const char *arch, const char *cpu, const char *isa,
t->isa = Target::SSE2;
t->nativeVectorWidth = 4;
t->vectorWidth = 4;
t->attributes = "-sse2,-sse41,-sse42,-sse4a,-ssse3,-popcnt";
t->attributes = "+sse,+sse2,-sse3,-sse41,-sse42,-sse4a,-ssse3,-popcnt";
}
else if (!strcasecmp(isa, "sse4")) {
t->isa = Target::SSE4;