There are a few places in the SIMD kernels where we have to use "#[allow(unreachable_code)]". In these cases it would be better to use the "if cfg!" pattern
- links to
There are a few places in the SIMD kernels where we have to use "#[allow(unreachable_code)]". In these cases it would be better to use the "if cfg!" pattern