Hi there!
I have an AMD Opteron 6320 processor:
What should I put in /etc/make.conf? Currently I have only one line:
I know about CPUTYPE and CFLAGS, but the problem is that I don't know, does it work with the clang compiler. If it works - what should I choose, amdfam10, opteron-sse3, athlon64-sse3, k8-sse3, opteron, athlon64, k8, core2, nocona?
I have an AMD Opteron 6320 processor:
Code:
# cat /var/run/dmesg.boot | grep -m 1 -A 9 CPU
CPU: AMD Opteron(tm) Processor 6320 (2800.05-MHz K8-class CPU)
Origin = "AuthenticAMD" Id = 0x600f20 Family = 0x15 Model = 0x2 Stepping = 0
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Features2=0x3e98320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C>
AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
AMD Features2=0x1ebbfff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,XOP,SKINIT,WDT,LWP,FMA4,TCE,NodeId,TBM,Topology,PCXC,PNXC>
Standard Extended Features=0x8<BMI1>
TSC: P-state invariant, performance statistics
real memory = 17179869184 (16384 MB)
avail memory = 16583196672 (15814 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <112513 APIC1100>
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 2 package(s) x 8 core(s)
What should I put in /etc/make.conf? Currently I have only one line:
Code:
MAKE_JOBS_NUMBER=16
I know about CPUTYPE and CFLAGS, but the problem is that I don't know, does it work with the clang compiler. If it works - what should I choose, amdfam10, opteron-sse3, athlon64-sse3, k8-sse3, opteron, athlon64, k8, core2, nocona?