Skip to content

Commit

Permalink
Headers for Vectors (eliben#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachet-mittal authored and eliben committed Jul 30, 2019
1 parent 8a951e2 commit e9dfcc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/fake_libc_include/_fake_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,6 @@
#define va_end(_list)

#endif

/* Vectors */
#define __m128i int
2 changes: 2 additions & 0 deletions utils/fake_libc_include/emmintrin.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#include "_fake_defines.h"
#include "_fake_typedefs.h"
2 changes: 2 additions & 0 deletions utils/fake_libc_include/smmintrin.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#include "_fake_defines.h"
#include "_fake_typedefs.h"

0 comments on commit e9dfcc1

Please sign in to comment.