|
|
|
@ -1,9 +1,11 @@ |
|
|
|
#if defined(__linux__) && defined(__ELF__) |
|
|
|
.section .note.GNU-stack,"",@progbits |
|
|
|
#endif |
|
|
|
|
|
|
|
#if defined(__x86_64__) |
|
|
|
|
|
|
|
.global mvr2s_avx512 |
|
|
|
|
|
|
|
.section .note.GNU-stack,"",@progbits |
|
|
|
|
|
|
|
.text |
|
|
|
|
|
|
|
# void mvr2s_avx512(float *in, const uint16_t len, int16_t *out); |
|
|
|
|