mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. OpenBLAS is an open source project supported by Lab of Parallel Software and Computational Science, ISCAS. NOTE: If you want to specify your CPU microarchitecture manually, please use TARGET_CPU_ARCH knob, e.g., "make TARGET_CPU_ARCH=NEHALEM". This value is set TARGET build flag. WWW: https://github.com/xianyi/OpenBLAS PR: 165684 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
10 lines
270 B
C
10 lines
270 B
C
--- cpuid_sparc.c.orig 2012-02-05 16:29:26.000000000 +0900
|
|
+++ cpuid_sparc.c 2012-02-05 16:29:45.000000000 +0900
|
|
@@ -49,6 +49,7 @@
|
|
}
|
|
|
|
void get_cpuconfig(void){
|
|
+ printf("#define SPARC\n");
|
|
printf("#define V9\n");
|
|
printf("#define DTB_DEFAULT_ENTRIES 32\n");
|
|
}
|