class EE::System::CPU

#include <cpu.hpp>

class CPU {
public:
    // methods

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