mirror of
https://github.com/intel/isa-l.git
synced 2024-12-13 09:52:56 +01:00
636272cff6
If an application treats these functions as function pointers, and this lib (isa-l) is compiled into solib, a segmentation fault may occur. For example: Ubuntu 16.04 on arm64 platfrom will be crash, because the linker does not know that this symbol is a function, so mark the function type explicitly with %function to solves this issue. Change-Id: Iba41b1f1367146d7dcce09203694b08b1cb8ec20 Signed-off-by: Zhiyuan Zhu <zhiyuan.zhu@arm.com> |
||
---|---|---|
.. | ||
aarch64 | ||
Makefile.am | ||
mem_multibinary.asm | ||
mem_zero_detect_avx.asm | ||
mem_zero_detect_base_aliases.c | ||
mem_zero_detect_base.c | ||
mem_zero_detect_perf.c | ||
mem_zero_detect_sse.asm | ||
mem_zero_detect_test.c |