build tools assembly work
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
344378485c
commit
05580f2b36
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -5,6 +5,7 @@
|
||||
"slevesque.shader",
|
||||
"vscjava.vscode-java-test",
|
||||
"dtoplak.vscode-glsllint",
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
"ms-vscode.cpptools-extension-pack",
|
||||
"13xforever.language-x86-64-assembly"
|
||||
]
|
||||
}
|
||||
@ -1295,6 +1295,7 @@ grid2 starting to look realtime!
|
||||
|
||||
(12/12/2024)
|
||||
Pass environment data through grid2 solver
|
||||
Save assembly on compile
|
||||
|
||||
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ target_include_directories(StormEngine PUBLIC ${PROJECT_SOURCE_DIR}/src/main/c/i
|
||||
target_include_directories(StormEngine PUBLIC ${PROJECT_SOURCE_DIR}/src/main/c/lib)
|
||||
|
||||
# set props for the lib
|
||||
target_compile_options(StormEngine PRIVATE -m64 -mavx -mavx2)
|
||||
target_compile_options(StormEngine PRIVATE -m64 -mavx -mavx2 -save-temps)
|
||||
|
||||
|
||||
if (WIN32)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user