[libc-commits] [libc] [libc][math] Improve performance of double precision trig functions. (PR #111793)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Oct 10 08:58:28 PDT 2024


nickdesaulniers wrote:

> > plz reformat
> 
> `git clang-format` version on my machine doesn't update this, maybe I need to manually shuffle it around.

I usually do `git clang-format HEAD~<N>` where `<N>` is the number of commits (optional when `N` == `1`). Example:
```
$ git clang-format HEAD~ # N == 1
$ git clang-format HEAD~10 # N == 10
```

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


More information about the libc-commits mailing list