Fri, 16 May 2008 09:42:28 +0000 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
Sun, 24 Feb 2008 18:21:41 +0000 |
diego |
Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is
|
Sun, 24 Feb 2008 18:09:28 +0000 |
diego |
Enable SSE detection on OS/2.
|
Sun, 24 Feb 2008 18:04:34 +0000 |
diego |
cosmetics: Break one unreadable long line.
|
Sun, 24 Feb 2008 12:05:20 +0000 |
diego |
Add #include <sys/sysctl.h> for Mac OS X, fixes the warning
|
Tue, 11 Dec 2007 22:37:36 +0000 |
diego |
support for xtensa CPU architecture
|
Tue, 11 Dec 2007 22:31:57 +0000 |
diego |
Slightly simplify preprocessor conditionals.
|
Tue, 11 Dec 2007 22:29:22 +0000 |
diego |
Ahem, fix breakage of last commit: The AltiVec detection code has three
|
Tue, 11 Dec 2007 20:30:30 +0000 |
diego |
Remove redundant and obfuscating preprocessor conditional.
|
Tue, 11 Dec 2007 20:27:13 +0000 |
diego |
Replace SYS_DARWIN conditional by the more correct __APPLE__.
|
Mon, 01 Oct 2007 22:48:39 +0000 |
diego |
Fix warning:
|
Sat, 29 Sep 2007 19:48:45 +0000 |
diego |
Enable SSE on MinGW, many builds out there seem to use it without ill effect.
|
Fri, 14 Sep 2007 14:19:22 +0000 |
reimar |
sigill_handler_sse is not needed and can not compile on 64 bit systems
|
Fri, 14 Sep 2007 13:49:28 +0000 |
reimar |
Do not check for X86_FXSR_MAGIC define, it is missing in newer
|
Fri, 14 Sep 2007 13:43:06 +0000 |
reimar |
Remove unused sigfpe handler
|
Fri, 14 Sep 2007 13:25:20 +0000 |
reimar |
Remove test for SSE exception support that has been commented out since ages.
|
Wed, 10 Jan 2007 14:56:23 +0000 |
diego |
GNU/kFreeBSD support, closes Bugzilla #704.
|
Wed, 01 Nov 2006 18:41:25 +0000 |
reimar |
ARCH_X86 simplifications
|
Thu, 05 Oct 2006 00:12:04 +0000 |
nplourde |
Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi)
|
Sat, 01 Jul 2006 03:56:13 +0000 |
reynaldo |
rm unnecesary void* casts - part 1
|
Sun, 25 Jun 2006 17:37:58 +0000 |
gpoirier |
Typo: use ptmpstr instead of tmpstr to strip leading spaces + add
|
Wed, 17 May 2006 21:10:11 +0000 |
gpoirier |
Retrieve CPU built-in namestring, and if it exists, print it during cpu detection; t it doesn't exist, fallback to the cpu table. Patch by Zuxy Meng
|
Tue, 28 Feb 2006 23:24:38 +0000 |
pacman |
add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Mon, 07 Nov 2005 16:16:14 +0000 |
reimar |
Do not show cache-line size message, I've never seen a case where it was useful
|
Tue, 04 Oct 2005 21:06:07 +0000 |
gpoirier |
according to Intel/AMD official documentations, CPU family should be displayed as
|
Wed, 25 May 2005 08:48:32 +0000 |
diego |
DragonFly BSD support
|
Wed, 12 Jan 2005 21:56:25 +0000 |
reimar |
ensure null-termination after snprintf
|
Mon, 10 Jan 2005 18:33:51 +0000 |
aurel |
assume OS support SSE on x86_64
|
Thu, 21 Oct 2004 11:55:20 +0000 |
aurel |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
|