mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
7 lines
86 B
C
7 lines
86 B
C
#ifndef __SVE_DETECTION__
|
|
#define __SVE_DETECTION__
|
|
|
|
uint64_t sve_cntb(void);
|
|
|
|
#endif
|