Skip to content

Commit

Permalink
more changes for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
makeclean committed Sep 28, 2024
1 parent 78ebaf6 commit 938d263
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/double_down/Vec3da.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
#include <assert.h>
#include <iostream>
#include <math.h>
#include <immintrin.h>
#include <xmmintrin.h>
#if defined(__x86_64__)
#include <immintrin.h>
#include <xmmintrin.h>
#endif
#include <limits>

#ifndef NDEBUG
Expand Down

0 comments on commit 938d263

Please sign in to comment.