half-rs icon indicating copy to clipboard operation
half-rs copied to clipboard

Add support for AVX-512-FP16 hardware intrinsics

Open starkat99 opened this issue 2 years ago • 0 comments

Add support for the new AVX-512-FP16 x86 extension, ~~which appears to already be available as unstable in core::arch~~. It allows for a wide variety of operations. Will need to be added to core::arch. Hardware using it isn't quite out yet though.

Extension specs: https://software.intel.com/content/dam/develop/external/us/en/documents-tps/intel-avx512-fp16.pdf

starkat99 avatar Dec 31 '22 00:12 starkat99