Skip to content

Commit d4f9fc5

Browse files
PaulGannayPaul Gannay
and
Paul Gannay
authored
Don't build andnotb tests for f16 (#71)
Co-authored-by: Paul Gannay <[email protected]>
1 parent 6b32f0a commit d4f9fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: egg/gen_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ def doit(opts):
26132613
'store4a', 'store4u', 'downcvt', 'to_logical']:
26142614
continue
26152615
for typ in operator.types:
2616-
if operator.name in ['notb', 'andb', 'xorb', 'orb'] and \
2616+
if operator.name in ['notb', 'andb', 'xorb', 'orb', 'andnotb'] and \
26172617
typ == 'f16':
26182618
continue
26192619
elif operator.name == 'nbtrue':

0 commit comments

Comments
 (0)