BF16 for scalar_cmp_with_cast_op

This commit is contained in:
Sheng Yang
2020-07-01 18:33:42 +00:00
committed by Rasmus Munk Larsen
parent 8731452b97
commit 116c5235ac
5 changed files with 11 additions and 1 deletions

View File

@@ -58,6 +58,9 @@ struct default_packet_traits
HasConj = 1,
HasSetLinear = 1,
HasBlend = 0,
// This flag is used to indicate whether packet comparison is supported.
// pcmp_eq, pcmp_lt and pcmp_le should be defined for it to be true.
HasCmp = 0,
HasDiv = 0,
HasSqrt = 0,