implement min(a,b,...) and max(a,b,...) in unrolled conditional code
authorStefan Behnel <scoder@users.berlios.de>
Wed, 26 May 2010 22:19:48 +0000 (00:19 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 26 May 2010 22:19:48 +0000 (00:19 +0200)
commitd1f76b279cde6b77bd8a50479368a52a37dcb9c2
treea6e5067f13f228f0624e845254450ca0f67595bd
parenta2e622137dd96fb3ea4c0f2da5d50e92509f4e2c
implement min(a,b,...) and max(a,b,...) in unrolled conditional code
Cython/Compiler/Optimize.py