x86: Add missing rtm tests for strcmp family
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 12 Jul 2022 19:29:10 +0000 (12:29 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 13 Jul 2022 21:55:31 +0000 (14:55 -0700)
commit7c8ca1789393323541719df4b636e4853284ff47
treee58433ee831114a8375a6a4c2df16d1ae0a0a687
parent42b014dd1b92b4cd0afbff901a82d8b0a82d36a8
x86: Add missing rtm tests for strcmp family

Add new tests for:
    strcasecmp
    strncasecmp
    strcmp
    wcscmp

These functions all have avx2_rtm implementations so should be tested.
sysdeps/x86/Makefile
sysdeps/x86/tst-strcasecmp-rtm.c [new file with mode: 0644]
sysdeps/x86/tst-strcmp-rtm.c [new file with mode: 0644]
sysdeps/x86/tst-strncasecmp-rtm.c [new file with mode: 0644]
sysdeps/x86/tst-strncmp-rtm.c
sysdeps/x86/tst-wcscmp-rtm.c [new file with mode: 0644]