[libc] Default the GPU build to the default memory utilities
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 18 Jul 2023 15:48:31 +0000 (10:48 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 18 Jul 2023 15:49:51 +0000 (10:49 -0500)
commiteca8b54a5f76c65a055bac05556b70c2a0ec63a1
treea0528a539606bd834d147039bcb3917538e353e0
parent37937b8a040c5525a92c7ce23c329383e9d0c8e4
[libc] Default the GPU build to the default memory utilities

A previous patch made this cause an error on the GPU. We have not yet
dedicated time towards an optimial implementaiton there but we do not
want it to cause an error. We simply use the fallback routines.

Differential Revision: https://reviews.llvm.org/D155615
libc/src/string/memory_utils/bcmp_implementations.h
libc/src/string/memory_utils/memcmp_implementations.h
libc/src/string/memory_utils/memcpy_implementations.h
libc/src/string/memory_utils/memmove_implementations.h
libc/src/string/memory_utils/memset_implementations.h