Author | SHA1 | Message | Date |
---|---|---|---|
|
6c0862a94f |
common_arm.h, common_mips.h: get rid of .func directives
.func/.endfunc are gcc/gas-specific directives for generating stabs debug information (and nothing more). This is near-useless now because DWARF is commonly used, and not implemented in Clang. Hence building OpenBLAS with Clang fails, and there is no sane way to detect GCC vs. anything else with preprocessor definitions. Hence, just remove these directives. |
9 years ago |
|
2c3dfe2bf3 |
MIPS P5600(32 bit) and I6400(64 bit) cores support added.
Seperated mips and mips64 files. Configurations support for mips 32 bit. Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> |
9 years ago |