brendandahl wrote:

> Overall this looks good, and I think it makes sense to model this as short* 
> for now. I think it will be interesting to see if that ends up causing 
> issues. Out of curiosity does this work if you try `_fp16`?

I was trying _Float16 and that wasn't working since it requires the target to 
support it. `__fp16` does work though. I'll change it.

https://github.com/llvm/llvm-project/pull/90906
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to