#define XOR_SPEED_LASX() \ do { \ if (cpu_has_lasx) \
xor_speed(&xor_block_lasx); \
} while (0) #else/* CONFIG_CPU_HAS_LASX */ #define XOR_SPEED_LASX() #endif/* CONFIG_CPU_HAS_LASX */
/* * For grins, also test the generic routines. * * More importantly: it cannot be ruled out at this point of time, that some * future (maybe reduced) models could run the vector algorithms slower than * the scalar ones, maybe for errata or micro-op reasons. It may be * appropriate to revisit this after one or two more uarch generations.
*/ #include <asm-generic/xor.h>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.