mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-03 02:33:37 +00:00
Merge pull request #7271 from odin-lang/bill/inline-asm
`asm` templates
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "llvm_backend_expr.cpp"
|
||||
#include "llvm_backend_stmt.cpp"
|
||||
#include "llvm_backend_proc.cpp"
|
||||
#include "llvm_backend_asm.cpp"
|
||||
|
||||
gb_internal String get_default_microarchitecture() {
|
||||
String default_march = str_lit("generic");
|
||||
|
||||
Reference in New Issue
Block a user