Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
0e158574
Commit
0e158574
authored
Feb 16, 2017
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set no_ovf option to temporarily ignore binop with status flag support
parent
28371f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_jit/util.py
tests/test_jit/util.py
+1
-0
No files found.
tests/test_jit/util.py
View file @
0e158574
...
...
@@ -168,6 +168,7 @@ def fncptr_from_rpy_func(rpy_fnc, llargtypes, llrestype, mode=ctypes.RTLD_LOCAL,
kwargs
.
setdefault
(
'codegen'
,
'api'
)
kwargs
.
setdefault
(
'testjit'
,
True
)
kwargs
.
setdefault
(
'vmargs'
,
"--aot-emit-dir="
+
emit_dir
)
kwargs
.
setdefault
(
'no_ovf'
,
True
)
t
=
Translation
(
rpy_fnc
,
llargtypes
,
**
kwargs
)
set_opt_level
(
t
.
config
,
'3'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment