Added asm optimized code for AMD Bulldozer

This commit is contained in:
SChernykh
2018-10-21 18:29:03 +02:00
parent a233766049
commit cc361d1784
10 changed files with 211 additions and 7 deletions

View File

@@ -43,7 +43,8 @@ static const char *coloredAsmNames[] = {
"\x1B[1;31mnone\x1B[0m",
"auto",
"\x1B[1;32mintel\x1B[0m",
"\x1B[1;32mryzen\x1B[0m"
"\x1B[1;32mryzen\x1B[0m",
"\x1B[1;32mbulldozer\x1B[0m"
};