[libc-commits] [libc] [libc][math][c23] Add ffma{, l, f128} and fdiv{, l, f128} C23 math functions #101089 (PR #101253)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 31 09:28:38 PDT 2024


overmighty wrote:

By the way, that syntax with braces that I use is from a feature of Bash and Zsh (maybe it's just part of POSIX). It expands to the names of all the functions added. You can try it in a terminal:

```sh
~ ➜ echo ffma{,l,f128}
ffma ffmal ffmaf128
~ ➜
```

https://github.com/llvm/llvm-project/pull/101253


More information about the libc-commits mailing list