Added asm optimized code for AMD Bulldozer

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

View file

@ -40,7 +40,8 @@ static const char *asmNames[] = {
"none",
"auto",
"intel",
"ryzen"
"ryzen",
"bulldozer"
};