Open
Description
#113 reminded me about this thing... The target instruction set or architecture isn't specified now, so AVX intrinsics don't work in C++ and C
error: always_inline function '_mm256_add_pd' requires target feature 'avx', but would be inlined into function 'add' that is compiled without support for 'avx'
I think it would be reasonable to use march=native
, which allows using available intrinsics and optimization for the current CPU architecture as well.
Metadata
Metadata
Assignees
Type
Projects
Status
Next Up