File tree 2 files changed +0
-16
lines changed 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 35
35
#define MLK_AVX2_BACKEND_DATA_OFFSET_16XSHIFT 624
36
36
#define MLK_AVX2_BACKEND_DATA_OFFSET_MULCACHE_TWIDDLES 640
37
37
38
- /* The C ABI on MacOS exports all symbols with a leading
39
- * underscore. This means that any symbols we refer to from
40
- * C files (functions) can't be found, and all symbols we
41
- * refer to from ASM also can't be found.
42
- *
43
- * This define helps us get around this
44
- */
45
-
46
38
#ifndef __ASSEMBLER__
47
39
#include "align.h"
48
40
typedef MLK_ALIGNED_INT16 (768 ) qdata_t ;
Original file line number Diff line number Diff line change 35
35
#define MLK_AVX2_BACKEND_DATA_OFFSET_16XSHIFT 624
36
36
#define MLK_AVX2_BACKEND_DATA_OFFSET_MULCACHE_TWIDDLES 640
37
37
38
- /* The C ABI on MacOS exports all symbols with a leading
39
- * underscore. This means that any symbols we refer to from
40
- * C files (functions) can't be found, and all symbols we
41
- * refer to from ASM also can't be found.
42
- *
43
- * This define helps us get around this
44
- */
45
-
46
38
#ifndef __ASSEMBLER__
47
39
#include "align.h"
48
40
typedef MLK_ALIGNED_INT16 (768 ) qdata_t ;
You can’t perform that action at this time.
0 commit comments