[pypy-commit] pypy optresult-unroll: bah

fijal noreply at buildbot.pypy.org
Tue Sep 8 14:26:55 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: optresult-unroll
Changeset: r79536:17412478a8df
Date: 2015-09-08 14:26 +0200
http://bitbucket.org/pypy/pypy/changeset/17412478a8df/

Log:	bah

diff --git a/rpython/jit/backend/detect_cpu.py b/rpython/jit/backend/detect_cpu.py
--- a/rpython/jit/backend/detect_cpu.py
+++ b/rpython/jit/backend/detect_cpu.py
@@ -122,6 +122,8 @@
 
 
 def getcpufeatures(backend_name="auto"):
+    if backend_name == "auto":
+        backend_name = autodetect()
     return {
         MODEL_X86: ['floats', 'singlefloats', 'longlong'],
         MODEL_X86_NO_SSE2: ['longlong'],


More information about the pypy-commit mailing list