Files
blis/.gitignore
Field G. Van Zee e2e7cb2fbe Expanded reference packm/unpackm kernel set to 16.
Details:
- Added 10xk, 12xk, 14xk, and 16xk reference kernels for packm and
  unpackm.
- Updated bl2_[un]packm_cxk() to silently use scal2m if "out of range"
  kernel size is requested. (Thanks to Tyler for finding this bug.)
- Updated bl2_kernel.h to contain new _KERNEL definitions, according
  to above changes, for 'reference' and 'clarksville' configurations.
- Updated CHANGELOG.
- Removed "output*.m" from .gitignore.
2012-12-13 18:17:54 -06:00

33 lines
329 B
Plaintext

# -- generic files to ignore --
# emacs backup files
*~
# vim backup files
*.swp
# -- compiler-related --
# object files
*.o
# static library archives
*.a
# test executables
*.x
# -- build system files --
config.mk
# -- directories with build products --
lib
obj
# -- makefile fragments --
.fragment.mk
# -- misc. --