implement hash-based deduplication + avx512 transformation
This commit is contained in:
@ -3,6 +3,7 @@ project(ObjRender)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=znver4 -mavx512f -mavx512dq -mavx512vl -ffast-math") # -ffast-math -flto
|
||||
|
||||
find_package(raylib REQUIRED)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user