summaryrefslogtreecommitdiffstats
path: root/third_party/jpeg-xl/lib/jxl/simd_util.h
blob: 84938a931a30b6859d9c2ce9ebdf567740875d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#ifndef LIB_JXL_SIMD_UTIL_H_
#define LIB_JXL_SIMD_UTIL_H_
#include <stddef.h>

namespace jxl {

// Maximal vector size in bytes.
size_t MaxVectorSize();

}  // namespace jxl

#endif  // LIB_JXL_SIMD_UTIL_H_