@@ -84,11 +84,11 @@ * * @return The vendor of the CPU */ + (nullable OFString*)CPUVendor; -#if defined(OF_X86_64_ASM) || defined(OF_X86_ASM) || defined(DOXYGEN) +#if defined(OF_X86_64) || defined(OF_X86) || defined(DOXYGEN) /*! * @brief Returns whether the CPU supports MMX. * * @note This method is only available on x86 and x86_64. *