Skip to content

Commit

Permalink
Try to fix the compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Dec 21, 2023
1 parent 0eecd2f commit 9e63f00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fast_align_audio/_faa.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#include <math.h>
#include <string.h>

#ifdef _MSC_VER
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif

#define LARGE_VAL 1e20f

static float sum_m256(__m256 x) {
Expand Down

0 comments on commit 9e63f00

Please sign in to comment.