[llvm-branch-commits] [libc] 4726bec - [libc] Add implementation of fmaf.

2021-01-06 Thread Tue Ly via llvm-branch-commits
Author: Tue Ly Date: 2021-01-06T17:14:20-05:00 New Revision: 4726bec8f29bd535e2709b491d223d42bd20c120 URL: https://github.com/llvm/llvm-project/commit/4726bec8f29bd535e2709b491d223d42bd20c120 DIFF: https://github.com/llvm/llvm-project/commit/4726bec8f29bd535e2709b491d223d42bd20c120.diff LOG: [

[llvm-branch-commits] [libc] 34f66c1 - Add implementations for fmin, fminf, and fminl. Testing infrastructure update is splitted to https://reviews.llvm.org/D83931.

2020-07-21 Thread Tue Ly via llvm-branch-commits
Author: Tue Ly Date: 2020-07-21T16:55:32-04:00 New Revision: 34f66c1438efce5184c030cbfd41f9e5164b1523 URL: https://github.com/llvm/llvm-project/commit/34f66c1438efce5184c030cbfd41f9e5164b1523 DIFF: https://github.com/llvm/llvm-project/commit/34f66c1438efce5184c030cbfd41f9e5164b1523.diff LOG: A

[llvm-branch-commits] [libc] 3b487d5 - [libc] Add implementation of hypot.

2020-12-03 Thread Tue Ly via llvm-branch-commits
Author: Tue Ly Date: 2020-12-03T11:08:20-05:00 New Revision: 3b487d51e2ec699c27387fc30374f0d035b2a482 URL: https://github.com/llvm/llvm-project/commit/3b487d51e2ec699c27387fc30374f0d035b2a482 DIFF: https://github.com/llvm/llvm-project/commit/3b487d51e2ec699c27387fc30374f0d035b2a482.diff LOG: [