Optimize a few more three-valued comparisons
commit403990077967e7684969cecc6866cd568ea62d8b
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jul 2020 16:52:36 +0000 (24 09:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jul 2020 17:54:12 +0000 (24 10:54 -0700)
tree60605f95bcf2e9afb9174052ffb5712beaa18026
parentaacf94516b1e447aed40ce70c992f64da7b467b7
Optimize a few more three-valued comparisons

* lib/timespec.h (timespec_cmp, timespec_sign):
* lib/utimecmp.c (utimecmpat):
Avoid conditional branches by using _GL_CMP.
ChangeLog
lib/timespec.h
lib/utimecmp.c