Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module gives functions that check at runtime whether the
underlying cpu supports given features. CPU features are
architecture specific. However, functions from this module are
guaranteed to be defined always -- they return False
for
incompatible architecture. For example, the flag avx2
is relevant
only for a an X86 architecture. So it is defined false, for say the
ARM architecture.