summaryrefslogtreecommitdiff
path: root/src/lib/eina_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* eina_cpu: use __asm__ instead of asmVincent Torri2012-05-151-1/+1
* include stdlib.h for atoi and getenvVincent Torri2012-04-201-0/+1
* eina: make it possible to force the number of detected CPU as way to overcome...Cedric BAIL2012-04-191-1/+17
* From: Joerg Sonnenberger <joerg@britannica.bec.de>Joerg Sonnenberger2011-12-051-2/+2
* revert non wanted changesVincent Torri2011-01-061-3/+3
* move AC_GNU_SOURCE before libtool initVincent Torri2011-01-061-3/+3
* Eina: Don't #define _GNU_SOURCEEduardo de Barros Lima2010-10-071-1/+0
* uncrustify eina.Carsten Haitzler2010-07-281-51/+63
* use Win32 native mutex on Windows. To use it, pass the following optionVincent Torri2010-07-131-3/+5
* * eina: Allow compilation with -Wshadow.Cedric BAIL2010-01-231-0/+1
* Fix compile on GNU/Hurd, by Lutin.Gustavo Sverzut Barbieri2010-01-041-2/+2
* support of Debian/kFreeBSD (FreeBSD using the glibc on top of a FreeBSD kernel)Vincent Torri2009-12-201-2/+2
* Initialize value for correct counting of # cpu on macosxRaoul HECKY2009-11-091-1/+1
* Add __MACH__ and __APPLE__ guards to compile on macosxRaoul HECKY2009-11-091-2/+3
* fix compilation on OpenBSDVincent Torri2009-11-071-0/+1
* typoVincent Torri2009-08-291-1/+1
* better fix : if HW_AVAILCPU is defined, we use it, otherwise we use HW_NCPUVincent Torri2009-08-291-6/+6
* typoVincent Torri2009-08-291-1/+1
* fix for the BSD systemsVincent Torri2009-08-291-3/+4
* * add eina_config.h in all source files. Fix linking with Visual StudioVincent Torri2009-08-281-0/+10
* * eina: eina_cpu_count should be multiplatform.Cedric BAIL2009-08-111-3/+51
* * eina: Add eina_cpu_count.Cedric BAIL2009-07-301-0/+31
* * formatting: new lines are good for reading codeVincent Torri2009-01-271-0/+6
* + Fix for 64 bit asmJorge Luis Zapata Muga2009-01-261-0/+12
* + Add eina_cpu subsystem: just query cpu simd operations for now.Jorge Luis Zapata Muga2009-01-261-0/+83