#include <memory>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | mostly_harmless::utils::NoDenormals |
RAII mechanism to disable denormals while an instance of this class is alive. Supports SSE or NEON instruction sets, will have no effect if neither of those are present. Goes without saying, but doesn't allocate (I deliberately didn't use pImpl for this reason) More... | |
Namespaces | |
namespace | mostly_harmless |
The top-level namespace, contains all things plugin-related. | |
namespace | mostly_harmless::utils |
Contains general purpose utility classes & functions. | |
Macros | |
#define | MH_SSE_AVAILABLE false |
#define MH_SSE_AVAILABLE false |