Fangrui Song
310b619e95
Revert D137868 "[libc] Fix builtin definition for memory functions"
This reverts commit da5d00ad0cf4d45e38287280c670b08e84e27411.
This caused -Wmacro-redefined
```
.../libc/src/string/memory_utils/op_x86.h:31:9: error: '_mm512_cmpneq_epi8_mask' macro redefined [-Werror,-Wmacro-redefined]
^
.../lib/clang/google3-trunk/include/avx512bwintrin.h:294:9: note: previous definition is here
^
```
2022-11-16 22:47:53 +00:00
..
2021-01-27 01:24:15 -08:00
2021-05-05 15:52:42 +00:00
2022-11-16 22:47:53 +00:00
2021-07-27 20:40:04 +00:00
2022-07-22 09:29:41 -04:00
2022-08-17 22:49:02 +00:00
2022-06-30 10:45:59 -04:00
2022-08-04 23:46:38 +00:00
2022-08-17 22:49:02 +00:00
2020-04-10 18:01:52 -07:00
2022-11-04 07:09:18 +00:00