Skip to content

Commit

Permalink
Support arm (#47)
Browse files Browse the repository at this point in the history
Support arm build.
  • Loading branch information
chenyang8094 committed Mar 8, 2023
1 parent dcda1dd commit d213140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slabapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
*/
#include "slabapi.h"

#ifdef __AVX2__
#include <cpuid.h>
#include <immintrin.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit d213140

Please sign in to comment.