Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
This is a library to detect the features supported by the CPU running the Haskell program.
Supported platforms:
- i386/x86_64: via
cpuid- Windows
- macOS: uses
sysctlbynameto detect AVX-512 - Linux
- AArch64
- macOS: via
sysctlbyname - Linux: via
getauxval(AT_HWCAP/AT_HWCAP2)
- macOS: via
- RISC-V 64
- Linux: via
getauxval(AT_HWCAP)and hwprobe
- Linux: via