mirror of
https://github.com/Dr-Noob/cpufetch
synced 2025-08-22 09:57:21 +00:00
6 lines
59 B
C
6 lines
59 B
C
#include <stdio.h>
|
|
|
|
void* compute_sse() {
|
|
return NULL;
|
|
}
|