|
 |
I want to compile POV-Ray with maximum support of hardware features,
including AVX2, for example. Could you tell me please, how to do that ?
And how can I know what features already supported by present binary ?
All I can see running the binary is:
---------------------------------------------------------------------
Dynamic optimizations:
CPU detected: Intel,FMA3,FMA4
Noise generator: generic (portable)
---------------------------------------------------------------------
I tried to configure it the following way:
---------------------------------------------------------------------
user@ruby3:~/projects/povray$ ./configure --enable-avx2 --without-x
--prefix=/home/user/povray COMPILED_BY="Yesbird <yes### [at] gmail com>"
| grep -i avx
configure: WARNING: unrecognized options: --enable-avx2
checking whether C++ compiler accepts -mavx... yes
checking whether C++ compiler accepts -mavx2... yes
---------------------------------------------------------------------
but as you can see without success.
My CPU support following flags:
---------------------------------------------------------------------
fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2
x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm
abm 3dnowprefetch cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow
flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2
erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec
xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window
hwp_epp vnmi md_clear flush_l1d arch_capabilities
---------------------------------------------------------------------
--
YB
Post a reply to this message
|
 |