[Numpy-svn] r6105 - branches/dynamic_cpu_configuration/numpy/core/include/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Nov 25 08:57:14 EST 2008


Author: cdavid
Date: 2008-11-25 07:57:06 -0600 (Tue, 25 Nov 2008)
New Revision: 6105

Modified:
   branches/dynamic_cpu_configuration/numpy/core/include/numpy/cpuarch.h
Log:
Document the possible values for NPY_TARGET_CPU macro.

Modified: branches/dynamic_cpu_configuration/numpy/core/include/numpy/cpuarch.h
===================================================================
--- branches/dynamic_cpu_configuration/numpy/core/include/numpy/cpuarch.h	2008-11-25 13:56:49 UTC (rev 6104)
+++ branches/dynamic_cpu_configuration/numpy/core/include/numpy/cpuarch.h	2008-11-25 13:57:06 UTC (rev 6105)
@@ -1,6 +1,12 @@
 /*
  * This set (target) cpu specific macros:
- *      - NPY_TARGET_CPU: target CPU type
+ *      - NPY_TARGET_CPU: target CPU type. Possible values:
+ *              NPY_X86
+ *              NPY_AMD64
+ *              NPY_PPC
+ *              NPY_SPARC
+ *              NPY_S390
+ *              NPY_PA_RISC
  */
 #ifndef _NPY_CPUARCH_H_
 #define _NPY_CPUARCH_H_




More information about the Numpy-svn mailing list