| 4 | |
| 5 | {{{ |
| 6 | gcc -DHAVE_CONFIG_H -I. -I../../config -DNO_GSSAPI -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wall -c -o libfzputtycommon_a-sshsha.o `test -f 'sshsha.c' || echo './'`sshsha.c |
| 7 | In file included from /usr/lib/gcc/i586-mageia-linux/12/include/immintrin.h:98, |
| 8 | from sshsha.c:345: |
| 9 | /usr/lib/gcc/i586-mageia-linux/12/include/avx512fp16intrin.h:38:9: error: '_Float16' is not supported on this target |
| 10 | 38 | typedef _Float16 __v8hf __attribute__ ((__vector_size__ (16))); |
| 11 | | ^~~~~~~~ |
| 12 | }}} |