mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-10 03:13:46 -04:00
Compilation and CMake fixes for both Windows on ARM and clang-cl, meaning Windows can now be built on both MSVC and clang on both amd64 and aarch64. Compiling on clang is *dramatically* faster so this should be useful for CI. Co-authored-by: crueter <crueter@eden-emu.dev> Co-authored-by: crueter <crueter@crueter.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/348 Reviewed-by: CamilleLaVey <camillelavey99@gmail.com> Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev> |
||
|---|---|---|
| .. | ||
| collect_shader_info_pass.cpp | ||
| conditional_barrier_pass.cpp | ||
| constant_propagation_pass.cpp | ||
| dead_code_elimination_pass.cpp | ||
| dual_vertex_pass.cpp | ||
| global_memory_to_storage_buffer_pass.cpp | ||
| identity_removal_pass.cpp | ||
| layer_pass.cpp | ||
| lower_fp16_to_fp32.cpp | ||
| lower_fp64_to_fp32.cpp | ||
| lower_int64_to_int32.cpp | ||
| passes.h | ||
| position_pass.cpp | ||
| rescaling_pass.cpp | ||
| ssa_rewrite_pass.cpp | ||
| texture_pass.cpp | ||
| vendor_workaround_pass.cpp | ||
| verification_pass.cpp | ||