
Recherche avancée
Autres articles (54)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (5176)
-
configure : add support for new CPUs
28 avril 2014, par James Almerconfigure : add support for new CPUs
Add new -march values for Intel CPUs (introduced with GCC 4.9.x), add support
for the missing AMD btver* CPUs, and improve SunCC flags accordingly.Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
configure : add support for new CPUs
18 juillet 2016, par James Almer -
Revision 3c5256d572 : VP9_LPF_VERTICAL_16_DUAL_SSE2 optimization The vp9_lpf_vertical_16_dual functio
29 avril 2015, par levytamar82Changed Paths :
Modify /vp9/common/x86/vp9_loopfilter_intrin_sse2.c
VP9_LPF_VERTICAL_16_DUAL_SSE2 optimizationThe vp9_lpf_vertical_16_dual function optimized for x86 32bit target. The hot
code in that function was caused by the call to the transpose8x16.
The gcc generated assembly created uneeded fills and spills to the stack. By
interleaving 2 loads and unpack instructions, in addition to hoisting the
consumer
instruction closer to the producer instructions, we eliminated most of the fills
and spills and improve the function-level performance by 17%.
credit for writing the function as well as finding the root cause goes to Erik
Niemeyer (erik.a.niemeyer@intel.com)Change-Id : I6173cf53956d52918a047d1c53d9a673f952ec46