1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-07 05:12:07 -06:00

metal: use metal cpp

This commit is contained in:
Samuliak
2024-04-06 20:28:54 +02:00
parent cc0cde9c3f
commit 897e0dfdc0
20 changed files with 189 additions and 225 deletions

View File

@@ -320,4 +320,3 @@ if (ARCHITECTURE_arm64 AND NOT TARGET sse2neon)
add_library(sse2neon INTERFACE)
target_include_directories(sse2neon INTERFACE sse2neon)
endif()