Skip to content

Commit e79310a

Browse files
committed
Try undefining __cpuid after we're done with it?
1 parent 03758cc commit e79310a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

blis/_src/frame/base/bli_cpuid.c

+3
Original file line numberDiff line numberDiff line change
@@ -1119,3 +1119,6 @@ char* find_string_in( char* target, char* buffer, size_t buf_len, char* filepath
11191119

11201120
#endif
11211121

1122+
#ifdef __cpuid
1123+
#undef __cpuid
1124+
#endif

0 commit comments

Comments
 (0)