Issue #1933 - Follow-up: Remove cmakedefine directives from neon-compat.h.

Apparently it wasn't preprocessed yet. Just took the version from
 mozilla-central, and it worked, according to dbsoft.
This commit is contained in:
Job Bautista 2022-06-27 14:10:21 +08:00 committed by roytam1
commit b29aa5d557

View file

@ -19,10 +19,6 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
#cmakedefine HAVE_VLD1_S16_X3
#cmakedefine HAVE_VLD1_U16_X2
#cmakedefine HAVE_VLD1Q_U8_X4
/* Define compiler-independent count-leading-zeros and byte-swap macros */
#if defined(_MSC_VER) && !defined(__clang__)
#define BUILTIN_CLZ(x) _CountLeadingZeros(x)