Remove scalar*vector; swizzle; broadcast

This commit is contained in:
gingerBill
2016-08-17 18:36:37 +01:00
parent c4fe2ace05
commit 6f9d11b381
10 changed files with 284 additions and 877 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ int main(int argc, char **argv) {
if (exit_code == 0) {
win32_exec_command_line_app(
"clang -o %.*s.exe %.*s.bc -Wno-override-module "
" ../c_libs/stb_image.c -DSTB_IMAGE_IMPLEMENTATION "
"-lkernel32.lib -luser32.lib -lgdi32.lib -lopengl32.lib",
"-lkernel32.lib -luser32.lib -lgdi32.lib -lopengl32.lib "
"-l../c_libs/stb_image.lib",
cast(int)base_name_len, output_name,
cast(int)base_name_len, output_name);
if (run_output) {