Replace inline assembly with GAS.
This commit is contained in:
2017-09-26 08:26:12 +02:00
parent 20e7df386b
commit faebf3e4d5
7 changed files with 322 additions and 366 deletions

View File

@ -18,9 +18,10 @@
{
"name": "native",
"targetType": "library",
"platforms": ["linux-x86_64"],
"platforms": ["linux-x86_64-gdc"],
"preBuildCommands": ["ninja -C arch"],
"lflags": ["arch/tanya.a"]
"lflags": ["arch/tanya.a"],
"versions": ["TanyaNative"]
}
]
}