https://github.com/RKSimon commented:
For this kind of thing I like to fuzz the values as much as possible: https://simd.godbolt.org/z/7TsdxYfdE - generates a few test cases for you but ideally you should be able to dump a lot of random values and compare the runtime and constexpr results to ensure they all match. https://github.com/llvm/llvm-project/pull/173908 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
