arsenm wrote: > If anyone has a more optimized version working on their platform, that's > good, but it does not mean it should be submitted to the generic part of > libclc.
This isn't platform dependent, this is only the effect of -cl-denorms-are-zero. The same will happen on any test with -z to the conformance test, so long as the platform doesn't just ignore the flag https://github.com/llvm/llvm-project/pull/186082 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
