added scalar_sign_op (both real,complex)

This commit is contained in:
Mark Borgerding
2015-11-24 17:15:07 -05:00
parent 44848ac39b
commit 7ddcf97da7
7 changed files with 80 additions and 1 deletions

View File

@@ -77,7 +77,9 @@ struct default_packet_traits
HasRound = 0,
HasFloor = 0,
HasCeil = 0
HasCeil = 0,
HasSign = 0
};
};