Author: Armin Rigo <[email protected]>
Branch: release-2.3.x
Changeset: r71605:9180fdad3419
Date: 2014-05-13 21:02 +0200
http://bitbucket.org/pypy/pypy/changeset/9180fdad3419/
Log: Some extra instructions
diff --git a/rpython/translator/c/gcc/trackgcroot.py
b/rpython/translator/c/gcc/trackgcroot.py
--- a/rpython/translator/c/gcc/trackgcroot.py
+++ b/rpython/translator/c/gcc/trackgcroot.py
@@ -522,7 +522,7 @@
# raw data, not GC pointers
'movnt', 'mfence', 'lfence', 'sfence',
# bit manipulations
- 'bextr',
+ 'andn', 'bextr', 'blsi', 'blsmask', 'blsr', 'tzcnt', 'lzcnt',
])
# a partial list is hopefully good enough for now; it's all to support
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit