class EE::System::CPU

#include <cpu.hpp>

class CPU {
public:
    // methods

    static bool hasSSSE3();
    static bool hasAVX2();
    static bool hasNEON();
};