blob: 0d35193e0407c125d1a1845b41274a085fa1891d [file] [log] [blame]
/*
* Copyright 2012 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkUtilsArm_DEFINED
#define SkUtilsArm_DEFINED
#include "SkTypes.h"
#if defined(SK_ARM_HAS_NEON)
#define SK_ARM_NEON_WRAP(x) (x ## _neon)
#else
#define SK_ARM_NEON_WRAP(x) (x)
#endif
#endif // SkUtilsArm_DEFINED