Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Bug 668672 - Respect HAVE_ARM_NEON in MSVC NEON detection, r=jmuizelaar
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy B. Terriberry committed Jun 30, 2011
1 parent 156d567 commit bdbe203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpcom/glue/arm.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
# if defined(HAVE_ARM_SIMD)
# define MOZILLA_MAY_SUPPORT_ARMV6 1
# endif
# if defined(HAVE_ARM_SIMD)
# if defined(HAVE_ARM_NEON)
# define MOZILLA_MAY_SUPPORT_NEON 1
# endif

Expand Down

0 comments on commit bdbe203

Please sign in to comment.