Files
blis/build
Devin Matthews 6e5431e849 Fix line number issue in flattened blis.h. (#660)
Details:
- Updated the top-level Makefile so that it invokes flatten-headers.py
  without the -c option, which was requesting that comments be stripped
  (since comment stripping is disabled by default).
- Updated flatten-headers.py to accept a new option (-l) to enable
  insertion of #line directives into the output file. This new option
  is enabled by default.
- Also added logic to flatten-headers.py that outputs a warning if both
  comment stripping and line numbers are requested since the comment 
  stripping will cause the line numbers to become inaccurate.
2022-09-10 15:16:58 -05:00
..
2021-07-02 19:47:18 -05:00
2021-11-13 16:39:37 -06:00