add intrinsics for FP arithmetic add/div/mul/sub include rounding versions.
also add "undefined" intrinsics
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Headers/avx512fintrin.h | ||
---|---|---|
55 | What we need here is an undef value. My gut feeling is that the way to properly get an undef value would be to use a __builtin that evaluates to undef. |
lib/Headers/avx512fintrin.h | ||
---|---|---|
872 | yes, it should use "undefined". |
This comment should be moved down, it is related to setzero.