zfs/module/icp/algs/skein
szubersk fe975048da Fix Clang 15 compilation errors
- Clang 15 doesn't support `-fno-ipa-sra` anymore. Do a separate
  check for `-fno-ipa-sra` support by $KERNEL_CC.

- Don't enable `-mgeneral-regs-only` for certain module files.
  Fix #13260

- Scope `GCC diagnostic ignored` statements to GCC only. Clang
  doesn't need them to compile the code.

Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: szubersk <szuberskidamian@gmail.com>
Closes #13260
Closes #14150
2022-11-30 13:46:26 -08:00
..
THIRDPARTYLICENSE OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R 2016-10-03 14:51:15 -07:00
THIRDPARTYLICENSE.descrip OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R 2016-10-03 14:51:15 -07:00
skein.c Remove bcopy(), bzero(), bcmp() 2022-03-15 15:13:42 -07:00
skein_block.c Fix Clang 15 compilation errors 2022-11-30 13:46:26 -08:00
skein_impl.h Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> 2022-03-15 15:13:48 -07:00
skein_iv.c module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
skein_port.h Remove bcopy(), bzero(), bcmp() 2022-03-15 15:13:42 -07:00