Devin Matthews
Devin Matthews
# 1 is easy, but # 2 will require some real work.
Is `-fno-asynchronous-unwind-tables` necessary for *any* Windows build or just cross-compilation? Can it be used safely on actual Windows builds if not?
Do you know why `-fomit-frame-pointer` is not sufficient here (problem # 2)?
@isuruf can you compile with `make -k` and report all files that fail?
So there wasn't an error compiling kernels/haswell/3/bli_gemm_haswell_asm_d6x8.o?
~~Can you take one of those files, produce an asm file and then try compiling that? Maybe we can get an actual line location for the error.~~ Actually, it looks...
Those files compile fine with a recent version on macOS: ``` [dmatthews@Devin's MacBook Pro ~]$x86_64-w64-mingw32-gcc --version x86_64-w64-mingw32-gcc (GCC) 11.1.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software;...
@fgvanzee and @JerryMaoQC what is the impetus to include this in BLIS mainline?
Sure. No objection I was just curious.