/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkCpu_DEFINED #define SkCpu_DEFINED #include "include/core/SkTypes.h" #include <cstdint> struct SkCpu { … }; inline bool SkCpu::Supports(uint32_t mask) { … } #endif//SkCpu_DEFINED