mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 18:44:24 +03:00
add arm vector types in union, avoid -flax-conversions, fix castings
This commit is contained in:
committed by
Konstantinos Margaritis
parent
35a25fffd7
commit
7b65b298c1
@@ -277,8 +277,6 @@ elseif (ARCH_ARM32 OR ARCH_AARCH64)
|
||||
message(FATAL_ERROR "arm_sve.h is required to build for SVE.")
|
||||
endif()
|
||||
endif()
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -flax-vector-conversions")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flax-vector-conversions")
|
||||
endif()
|
||||
|
||||
CHECK_FUNCTION_EXISTS(posix_memalign HAVE_POSIX_MEMALIGN)
|
||||
|
||||
Reference in New Issue
Block a user