Skip to content

Commit d8b682e

Browse files
committed
Fix Windows/Arm64 setenv shim usage in SIMD math tests
1 parent 43ed598 commit d8b682e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_simd_math.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <stdlib.h>
99
#include <string.h>
1010
#include "functions-simd.h"
11+
#include "minctest.h"
1112
#include "miniexpr.h"
1213

1314
static int nearly_equal(double a, double b, double tol) {

0 commit comments

Comments
 (0)