| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-04-14 | Add more SIMD math.h intrinsics | Jubilee Young | -8/+19 | |
| LLVM supports many functions from math.h in its IR. Many of these have single-instruction variants on various platforms. So, let's add them so std::arch can use them. Yes, exact comparison is intentional: rounding must always return a valid integer-equal value, except for inf/NAN. | ||||
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+103 | |
